spring装载配置文件失败报错org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException

spring装载配置文件失败报错org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException,第1张

Tomcat容器启动失败,显示:

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from class path resource [spring/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The processing instruction target matching “[xX][mM][lL]” is not allowed.

回头打开**.xml仔细看了下

竟然在文件开头多了一个空格,导致识别不了文件。不得不承认,有时候问题就是这么纠结而细微:在

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/786234.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-05
下一篇 2022-05-05

发表评论

登录后才能评论

评论列表(0条)

保存