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

Multiple annotations found at this line: - cvc-elt.1: Cannot find the declaration of element 'beans' 解决办法

时间:2021-01-06 12:07:38      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:XML   multi   mave   image   工程   schema   基于   root   匹配   

1、在使用eclipse构建基于maven的spring工程时,报下面的错误,如下所示:

1 Multiple annotations found at this line:
2  - cvc-elt.1: Cannot find the declaration of element beans.
3  - schema_reference.4: Failed to read schema document http://www.springframework.org/schema/beans/spring-beans-3.2.xsd, because 1) could not find the 
4   document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

具体内容,如下所示:

技术图片

错误原因,是因为我在maven pom.xml 中依赖的spring的版本和配置不匹配导致的。 

技术图片

此时,将bean.xml里面的schema引用由3.2改成4.0然后clean一下,刷新项目即可;

技术图片

 

Multiple annotations found at this line: - cvc-elt.1: Cannot find the declaration of element 'beans' 解决办法

标签:XML   multi   mave   image   工程   schema   基于   root   匹配   

原文地址:https://www.cnblogs.com/biehongli/p/14225170.html

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