码迷,mamicode.com
首页 > 编程语言 > 详细

org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL

时间:2018-07-07 10:46:55      阅读:876      评论:0      收藏:0      [点我收藏+]

标签:sam   ram   解决方法   beans   mod   workspace   冲突   cat   clip   

【报错】

org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [file:/F:/MyWorkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/marbled-cat/WEB-INF/classes/spring-servlet.xml]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name ‘merchantController‘ for bean class [org.mcc.merchant.controller.MerchantController] conflicts with existing, non-compatible bean definition of same name and class [org.mcc.campus.manager.controller.MerchantController]
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:414)

 

【可能产生原因】

不同的package里有两个名字相同的类,只是类所在的目录不同。

 

【解决方法】

spring管理bean大概类似把bean实例化放到map中,它会以配置的id和name(如果配置的话)为key存放起来,

2个一样的肯定要成冲突,应该给他们换个名字就成啦

 

类似于

controller("systemHomeController")
controller("moduleHomeController")

  

org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL

标签:sam   ram   解决方法   beans   mod   workspace   冲突   cat   clip   

原文地址:https://www.cnblogs.com/frankielf0921/p/9276139.html

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