This shows you the differences between two versions of the page.
oauth2 [2016/05/18 21:20] javapimp created |
oauth2 [2016/05/20 18:55] (current) javapimp |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== Spring Security ===== | ===== Spring Security ===== | ||
+ | |||
+ | ====== Demo Application ====== | ||
+ | |||
+ | ===== Spring Boot ===== | ||
+ | |||
+ | The demo applications will be developed using Spring Boot. It is assumed you already have an understanding of Spring Boot. If not, have a look at the [[https://spring.io/guides/gs/spring-boot/|Getting Started]] page for more information. | ||
+ | |||
+ | ===== Development Environment ===== | ||
+ | |||
+ | I will be using the Spring Tool Suite with Gradle STS support. The application will be running in embedded Tomcat with an in-memory DB at first. I'm developing on a Windows 10 machine but these instructions should work wherever for the most part. If you are using a different IDE (IntelliJ maybe?) you'll have to adjust accordingly but it shouldn't be a problem. | ||
====== RFC 6749 ====== | ====== RFC 6749 ====== |