SpringBoot 2 UnsatisfiedDependencyException on mvcContentNegotiationManager

时间:2019-02-14 21:25:37

标签: spring-boot spring-security oauth-2.0

我正在使用带有弹簧云依赖项Finchley.RELEASE的springboot 2.0.4。当我尝试在WebSecurityConfigurerAdapter类中使用@ EnableOAuth2Sso时,出现以下异常。

  

创建名称为'org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration'的bean时出错:通过方法'setContentNegotationStrategy'参数0表示的依赖关系未满足;嵌套的异常是org.springframework.beans.factory.UnsatisfiedDependencyException:创建名称为“ org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration $ EnableWebMvcConfiguration”的bean时出错:通过方法“ setConfigurers”参数0表示的不满足的依赖关系;嵌套的异常是org.springframework.beans.factory.UnsatisfiedDependencyException:创建名称为com.abc.SecurityConfiguration的bean时出错:通过方法setContentNegotationStrategy参数0表示的不满足的依赖关系;嵌套异常是org.springframework.beans.factory.BeanCurrentlyInCreationException:创建名称为'mvcContentNegotiationManager'的bean时出错:当前正在创建所请求的bean:是否存在无法解析的循环引用?

请帮助我解决此问题。我的pom.xml中没有任何明确的spring-security或spring Web引用

0 个答案:

没有答案