我是靠谱客的博主 优美老鼠,最近开发中收集的这篇文章主要介绍spring xml解析异常,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from class path resource [] is invalid; nested exception is org.xml.sax.SAXParseException: Content is not allowed in prolog.

出现该异常,有可能是spring 头部<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans   http://www.springframework.org/schema/beans/spring-beans.xsd"> 中的链接不可达

打个养成读书习惯的广告,扫二维码可以免费领取月卡:

最后

以上就是优美老鼠为你收集整理的spring xml解析异常的全部内容,希望文章能够帮你解决spring xml解析异常所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(36)

评论列表共有 0 条评论

立即
投稿
返回
顶部