Skip to content

1.0.0.RC1: Spring Boot 2.1 update

Compare
Choose a tag to compare
@naturalprogrammer naturalprogrammer released this 04 Dec 15:11
· 29 commits to master since this release

Spring Boot 2.1 update. No major breaking changes, except that now you'll need to add this property to your application.yml:

spring:
  main.allow-bean-definition-overriding: true

Reactive OAuth2 Login isn't still supported. It's planned it in a future release.