org.springframework.beans.factory.BeanCreationException

本文记录了一次Spring框架中出现的依赖注入失败问题及其解决过程。主要错误信息为BeanCreationException,具体表现为无法创建名为'dictHelper'的bean,原因是未能成功注入名为'dictService'的bean。最终通过删除特定的jar包解决了该问题。
摘要由CSDN通过智能技术生成

遇到此类错误了,花了一天查到问题所在,终于被我找到解决办法

首先错误信息:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictHelper' defined in URL [jar:file:/D:/ideaProject2/web/eh-web-enterprise/target/eh-web-enterprise/WEB-INF/lib/eh-commons-dict-1.0.0.jar!/com/lifesea/commons/dict/DictHelper.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'loadDictService' is defined

初始化bean失败,注入失败。

我的问题解决办法:找到标注为红色的jar包,删掉后运行正常。



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值