您的位置:首页 > Web前端

The reference to entity "characterEncoding" must end with the ';' delimiter.

2016-04-05 20:24 603 查看
             在写数据库驱动的url的过程中,出现了
 The reference to entity "characterEncoding" must end with the ';' delimiter. 的错误,经查询发现:是
 url="jdbc:mysql://192.168.1.100:3306/cas?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true"   
在characterEncoding=UTF-8前和后面加上amp;就好了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: