No qualifying bean of type [com.hahah.atcrowdfunding.manager.service.TestService] found for depende

本文通过解决一个具体的Spring框架中BeanCreationException错误,强调了在SSM框架中正确使用@Service注解的重要性。作者在尝试使用SSM框架进行项目开发时遇到了依赖注入失败的问题,最终发现是因为缺少@Service注解导致的。文章详细描述了问题的排查过程,并解释了@Service、@Component等注解在Spring框架中的作用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.hahah.atcrowdfunding.manager.service.TestService com.hahah.atcrowdfunding.manager.controller.TestController.testService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.hahah.atcrowdfunding.manager.service.TestService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

第一次完整使用SSM,然后运行的时候报错,查了好多资料,都不好使

最后发现是忘了加@Service,添加@Component也可以用 

Spring注解@Component、@Repository、@Service、@Controller区别

这类问题,一般是配置文件出错,或者注解出错,从这两方面查找原因

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值