解决.xml
Referenced file contains errors (project-aware://myssmdemo/org/springframework/context/config/spring-context-4.3.xsd). For more information, right click on the message in the Problems
View and select "Show Details..."

解决方法
在<?xml version="1.0" encoding="UTF-8"?>下面加上<!DOCTYPE xml>

本文介绍了解决在项目中遇到的XML文件引用错误的方法。当出现Referencedfilecontainserrors警告时,可以在XML文件头部添加<!DOCTYPE xml>声明来解决此问题。

9241

被折叠的 条评论
为什么被折叠?



