我正在做Spring安全Oauth2。在客户端,我重写configure(HttpSecurity http)方法,并希望在HttpSecurity文件中使用oauth2Login()方法。我已经在spring-security-oauth2-client, spring-boot-starter-security and spring-security-oauth2中添加了pom.xml
我正在尝试使用最新的Springboot版本1.5.2.RELEASE运行一个简单的oauth2应用程序。nested exception is java.lang.IllegalStateException: Could not evaluate condition on org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration due to org/