Exception in thread "main"
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2 in XML document from file [D:\workspace\MySpringWork2\bean.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The processing instruction target matching
"[xX][mM][lL]" is not allowed.
Caused by: org.xml.sax.SAXParseException: The processing instruction target matching "[xX][mM][lL]" is not allowed.
如果出现以上的异常,只要将XML文件中的所有注释全部删除就可以避免了。
本文介绍了一种常见的在Spring框架中使用XML配置文件时遇到的问题:由于XML文件中的注释导致的异常。文中提供了具体的错误信息及解决办法,即删除XML文件中的所有注释。
1001

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



