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

Referenced file contains errors (http://www.springframework.org/schema...错误

时间:2017-01-04 00:27:16      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:验证   file   tle   缓存   schema   work   文件   blog   eclips   

Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).

关于这个错误,导致的原因可能是

一种可能是
之前用的Spring版本,和现在用的不同
对于Eclipse编译器来说,会有个缓存,这样验证的时候他会告诉你版本不统一

Preferences -> General -> Network Connections -> Cache
删除里面的缓存

还有一种可能是,当前使用的spring版本和配置文件写的不同意,导致xsd等文件不会被正确加载,那么就是改成当前使用的对应版本了


还有一种情况就是,在使用spring时,使用多个配置文件,那么头里面的配置一定要统一,和上一种理论相同

Referenced file contains errors (http://www.springframework.org/schema...错误

标签:验证   file   tle   缓存   schema   work   文件   blog   eclips   

原文地址:http://www.cnblogs.com/javaxs/p/6246906.html

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