为了账号安全,请及时绑定邮箱和手机立即绑定

类中GirlProperties类中增加了@Component,但还是报错?

Error creating bean with name 'helloController':

 Unsatisfied dependency expressed through field 'girlProperties': 

No qualifying bean of type [com.imooc.GirlProperties] found for dependency [com.imooc.GirlProperties]: 

expected at least 1 bean which qualifies as autowire candidate for this dependency. 

Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)};

 nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:

 No qualifying bean of type [com.imooc.GirlProperties] found for dependency [com.imooc.GirlProperties]: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}


正在回答

4 回答

HelloController类中最前面的注解错了,应该死@RestController

0 回复 有任何疑惑可以回复我~
#1

一滴水55 提问者

非常感谢!
2017-11-03 回复 有任何疑惑可以回复我~

具体的代码http://img1.sycdn.imooc.com//59fbbd39000115fa08930467.jpghttp://img1.sycdn.imooc.com//59fbbd6100015afc10120709.jpg

0 回复 有任何疑惑可以回复我~

@Component注解已经写到了类上


0 回复 有任何疑惑可以回复我~

没有要找到要注入的Bean

创建helloContoller 的时候注入 GrilProperties 时失败了。

检查@Component注解是否写到了类上

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

类中GirlProperties类中增加了@Component,但还是报错?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信