首页 > 其他 > 详细

conflicts with existing, non-compatible bean definition of same name and class

时间:2019-07-25 17:27:04      阅读:238      评论:0      收藏:0      [点我收藏+]

Annotation-specified bean name ‘xxxxxImpl‘ for bean class [cn.abc.dao.service.xxxxxImpl] conflicts with existing, non-compatible bean definition of same name and class [cn.abc.dao.service.dev.xxxxxIImpl]

编译没问题,运行就报错了。

一查原来发现在dao路径下,有两个一样的实现名xxxxxIImpl

一个在dao下

一个在dao.dev下

解析的时候就错误了。删掉一个,把功能合并到一个上去。解决。

用idea的话,好像各种引用都没改自动就好了。

 

conflicts with existing, non-compatible bean definition of same name and class

原文:https://www.cnblogs.com/zhangcheng1/p/11245489.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!