首页 > 代码库 > 解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element
解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element
解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element ‘beans‘.
Referenced file contains errors (http://www.springframework.org/schema/aop/spring-aop-3.1.xsd).
原因是无法从网络上读取到相应的schema文件,但实际上在浏览器中是可以访问的。
却一直在eclipse中显示红叉,当然,并不影响编译打包。
查看所依赖的jar包文件中是否真的存在相应的schema文件。
如果maven依赖的jar包已经存在相应schema文件,直接改为本地classpath依赖路径即可。
配置为本地classpath依赖路径之后,eclipse中的红叉报错提示消失。
参考:http://blog.csdn.net/legendj/article/details/9950963
解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。