Field connectionSignUp in com.yanzi.blog.social.qq.config.SocialConfig required a bean of type 'org.

报错信息:Field connectionSignUp in com.yanzi.blog.social.qq.config.SocialConfig required a bean of type 'org.springframework.social.connect.ConnectionSignUp' 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.social.connect.ConnectionSignUp' in your configuration
 

****************************************************************************************

解决办法:Impl实现类没有加@Compoment注解

猜你喜欢

转载自blog.csdn.net/qq_35669619/article/details/88081408