java.lang.ClassNotFoundException:org.springframework.boot.context.properties.bind.Bindable

java.lang.ClassNotFoundException:org.springframework.boot.context.properties.bind.Bindable,第1张

java.lang.ClassNotFoundException:org.springframework.boot.context.properties.bind.Bindable

spring-security-oauth2-autoconfigure-2.1.3.RELEASE.jar
旨在与Spring Boot
2.1.x一起使用。您正在使用1.5.9。

Spring Boot 1.5.x拥有自己的OAuth 2自动配置支持。在Spring Boot 2.0中已将其删除,并移至单独的

spring-security-oauth2-autoconfigure
模块以简化向Spring Security 5中引入的OAuth支持的迁移,并将在其5.x版本。

您应该坚持使用Spring Boot 1.5.x并删除

spring-security-oauth2-autoconfigure
对它的依赖关系,或者应该升级到Spring Boot2.1.x。



欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/4931302.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-11-12
下一篇2022-11-12

发表评论

登录后才能评论

评论列表(0条)

    保存