2016年4月8日

org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; 前言中不允许有内容。

摘要: 错误信息 把<import resource="classpath:application.properties"/>改为 <context:property-placeholder location="classpath:application.properties" />就好了 不要问我为什么。 阅读全文

posted @ 2016-04-08 13:11 Kong_林 阅读(5959) 评论(0) 推荐(0)

org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; 前言中不允许有内容。

摘要: 今天整合项目,报如下错误: 报这个错误都是在xml中这样引用 properties文件的:<import resource="classpath:application.properties"/> 改成 <context:property-placeholder location="classpat 阅读全文

posted @ 2016-04-08 13:09 Kong_林 阅读(8403) 评论(0) 推荐(1)

导航