博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Multiple annotations found at this line: 解决办法
阅读量:6258 次
发布时间:2019-06-22

本文共 655 字,大约阅读时间需要 2 分钟。

Multiple annotations found at this line:

  • schema_reference.4: Failed to read schema document ' spring-beans-3.1.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root  element of the document is not xsd:schema.
  • cvc-elt.1: Cannot find the declaration of element 'beans'.

如上,在使用eclipse构建基于maven的springmvc 工程时,报上面的错误

如下为spring的配置:

经百度和搜索,发现原来是因为我在maven pom.xml 中依赖的spring的版本和配置不匹配导致的。

我在pom.xml中使用的是

<spring.version>4.0.9.RELEASE</spring.version>

使用的是 4.0 版本的,但是上面是3.1版本的

把上面截图中的spring配置改为4.0 ,同时做一次clean操作,问题解决

导入项目后出现Multiple annotations found at this line 的问题(jdk不一致)

转载于:https://juejin.im/post/5bc062e46fb9a05d2a1d9264

你可能感兴趣的文章
Hibernate的基本配置
查看>>
Python 3.5 安装geohash库后import geohash失败
查看>>
总结100个英文邮件常用例句让你写作无忧
查看>>
css3--之backface-visibility
查看>>
软件需求分析之猫咪记单词
查看>>
good vs evil
查看>>
算法28-----范围求和
查看>>
基于V4L2的视频驱动开发(1)
查看>>
zoj 1008
查看>>
VC++ CArchive及简单的文件操作方法
查看>>
使用canvas制作一个移动端画板
查看>>
android中ListView数据混乱问题
查看>>
QT学习-10/31/2012
查看>>
jQuery File Upload
查看>>
bbb板运行rtems-编写led底层驱动
查看>>
如何从零安装Mysql
查看>>
Appium简介及工作原理
查看>>
IP 类型转换
查看>>
mysql实践1
查看>>
struts2 Preparable接口
查看>>