Spring错误总结
Posted wastedlands
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring错误总结相关的知识,希望对你有一定的参考价值。
这学期刚开始学习j2ee,老师教的太高端导致敲代码的时候遇到很多错误,只会模仿老师的写法,不懂真正的含义,很多错误重复遇到,又会忘了之前的解决办法,特此总结。
1.Annotation-specified bean name ‘xxx‘ for bean class [yy.yy.yy] conflicts with existing, non-compatible bean definition of same name and class [zz.zz.zz]
google翻译:用于bean类[pms.employee.AdminServiceConfig]的注释指定的bean名称‘adminServiceConfig‘与现有的,具有相同名称和类的不兼容的bean定义冲突[pms.contract.AdminServiceConfig]
原因:两个.class重名导致在扫描包时不知道扫哪个
解决:看在其他sources下有无同名.class 删除即可。
以上是关于Spring错误总结的主要内容,如果未能解决你的问题,请参考以下文章