项目配置 xml文件时 报错提示(The reference to entity "useSSL" must end with the ';' delimiter.
Posted shiwanming
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目配置 xml文件时 报错提示(The reference to entity "useSSL" must end with the ';' delimiter.相关的知识,希望对你有一定的参考价值。
这次在配置xml文件时,出现错误提示(
The reference to entity “useSSL” must end with the ‘;’ delimiter.)
报错行为
<property name="url" value="jdbc:mysql://www.xxxx.com:3306/db?characterEncoding=utf8&useSSL=false"/>
链接jdbc时,路径链接参数之前一直是使用&
符号连接,但是这次却 提示用;
来进行连接,wtf!
于是 按照编译器的提示 我把&
改为;
,于是 运行 起来它把两个参数 当做了一个参数,OhMyGod!
在没头没脑的一番探索后,终于发现问题,在xml文件中 &符号 需要转义 这个根据 HTML 的转义规则 更改就行
& -> &
于是便解决了
<property name="url" value="jdbc:mysql://www.xxxx.com:3306/db?characterEncoding=utf8&useSSL=false"/>
以上是关于项目配置 xml文件时 报错提示(The reference to entity "useSSL" must end with the ';' delimiter.的主要内容,如果未能解决你的问题,请参考以下文章
spring开启事务时启动报错SAXParseException
SVN 报错 :The XML response contains invalid XML
Eclipse Maven项目报错3之找不到配置文件spring-servlet-context.xml
Spring boot 打包为war包报错:提示缺少web.xml
Maven项目使用mybatis报错 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):(