0.5.0
·
856 commits
to master
since this release
Added support for Spring Boot 2.0, our samples have been updated too!
To use Spring Boot 2.0 you will need to include the following dependency:
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
(Spring Boot 1.5 is also still supported)