解决Injection of autowired dependencies failed的报错

错误:

严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xxxxxxx': Injection of autowired dependencies failed;

原因:

错误显示就是Spring不能自动装配xxxx,看了好久才发现错误。

今天引入一个dubbo消费者,它的接口名字和一个老的接口名字是一样的,只不过不在同一包下,但是默认名字就相同了,

我在写service层注入了这个dubbo接口,spring就找不到到底是哪一个接口了。项目中的dubbo消费者太多了,没注意看啊啊啊。。。

相关错误都有可能是这种忘记装配啦,重名了之类的,不要慌,好好排查一下,多踩点坑也是种进步吧。

环境:SSM框架,idea开发环境

 

 

"Injection of autowired dependencies failed"是指自动装配的依赖注入失败。这个错误通常出现在以下几种情况下:1.相关的bean已注册,但依赖注入仍然失败;2.代码中的注解使用不正确;3.项目中可能存在多余或错误的@Autowired注解。 要解决这个问题,你可以按照以下步骤进行排查和修复: 1.确保相关的bean已经正确注册,并且在需要注入的地方已经使用了正确的注解(如@Controller、@Service、@Autowired)。 2.检查代码是否存在错误的写法。例如,如果方法返回结果集的是Map类型,应该使用 @ResultMap 注解,而不是 @Autowired 注解。 3.检查项目中是否引入了多余或错误的@Autowired注解。如果有,需要将其删除或修正。 如果以上步骤都没有解决问题,你可以进一步查看具体的错误信息和堆栈跟踪来定位问题的原因,并根据具体情况进行调试和修复。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [解决Injection of autowired dependencies failed报错问题](https://blog.csdn.net/YSJ_Dumpling/article/details/105469911)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [Injection of autowired dependencies failed; 的解决办法!](https://blog.csdn.net/zcb1592781470/article/details/83574706)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值