码迷,mamicode.com
首页 > 其他好文 > 详细

Annotation-specified bean name 'userDaoImpl' for bean class [***] conflicts with existing, non-compatible bean definition of same name and class [***]

时间:2019-11-11 17:01:02      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:ann   with   tin   相同   对象   ecif   and   cti   framework   

使用Spring开发的时候报错如下:

Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name userDaoImpl for bean class [cn.arebirth.impl.UserDaoImpl] conflicts with existing, non-compatible bean definition of same name and class [cn.arebirth.dao.impl.UserDaoImpl]

 

排错思想:

  Spring Bean管理的对象名称相同了,也就是说有两个类的名字相同。

Annotation-specified bean name 'userDaoImpl' for bean class [***] conflicts with existing, non-compatible bean definition of same name and class [***]

标签:ann   with   tin   相同   对象   ecif   and   cti   framework   

原文地址:https://www.cnblogs.com/arebirth/p/springbeannamesameerror.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!