Skip to content

0.5.0

Compare
Choose a tag to compare
@bdemers bdemers released this 07 Jun 21:11
· 814 commits to master since this release
okta-spring-boot-parent-0.5.0

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)