I have build a Authentication Service and Webapplication in Spring 5 and Spring boot 2.0.0.M3 and I am trying to port it to Spring boot 2.0.0.M6 now.
Spring boot 2.0.0.M6
I not
Looks like the @EnableOauth2Sso annotation has been moved here:
@EnableOauth2Sso
compile group: 'org.springframework.security.oauth.boot', name: 'spring-security-oauth2-autoconfigure', version: 2.0.0.RELEASE