导入项目后applicationContext.xml文件报错:
2019-05-10 本文已影响0人
刘_晓林
Referenced file contains errors (http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
1.将 Preferences > XML > XML Files > Validation中"Honour all XML schema locations"前的对号去掉。它将禁用指向不同schema位置相同命名空间引用的验证,仅以第一次找到的可验证的XML文件为结果。
2.如果你的工具比较新,有可能是缺少标签,加上xml boday标签就ok