请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

老师您好 找不到ClientDetailsService 我用的springboot2 该怎么解决呀

Description:

Field clientDetailsService in com.myself.security.LoginSuccessHandler required a bean of type ‘org.springframework.security.oauth2.provider.ClientDetailsService’ that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type ‘org.springframework.security.oauth2.provider.ClientDetailsService’ in your configuration.

正在回答 回答被采纳积分+3

1回答

守寅真人_ 2020-03-05 01:02:22

我也遇到这个问题,你是从官方Spring Initializr上搭建项目的么?如果是的话新版本spring官方已经弃用Spring Security OAuth2了,所以找不到bean不能自动注入。官方推荐使用Spring OAuth2 Client和Spring OAuth2 Resource Server来实现功能,我目前还在摸索中。

0 回复 有任何疑惑可以回复我~
  • 提问者 慕九州9160395 #1
    是这样啊 谢谢了.
    我直接建的maven项目,不是Spring Initializr
    回复 有任何疑惑可以回复我~ 2020-03-05 01:50:01
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信