我是靠谱客的博主 长情夏天,最近开发中收集的这篇文章主要介绍Spring报错 conflicts with existing, non-compatible bean definition of same name and class,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
如果出现这个错误可能有两种情况:
1.那就是你的spring容器中确实注入了两个同名的对象,这个需要仔细检查自己的@Service、@Controller、@component是不是有相同的value值,或者xml文件中有两个一样的id
2.就是在maven环境下你的文件是从其他地方拷贝过来的,这时候需要clean一下然后重新启动,因为可能你的环境中存在了一份这样的文件。(被这个问题搞的头大)
最后
以上就是长情夏天为你收集整理的Spring报错 conflicts with existing, non-compatible bean definition of same name and class的全部内容,希望文章能够帮你解决Spring报错 conflicts with existing, non-compatible bean definition of same name and class所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复