码迷,mamicode.com
首页 > 数据库 > 详细

hibernate中mysql数据交互中文乱码问题

时间:2017-05-13 20:07:14      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:http   cal   html   code   提示   属性   乱码   XML   name   

来源于"http://www.cnblogs.com/jiafuwei/p/4423101.html";
修改hibernate的配置文件hibernate.cfg.xml,在配置文件配置hibernate.connection.url属性。示例:
<property name="hibernate.connection.url">
        <![CDATA[jdbc:mysql://localhost:3306/daycode?useUnicode=true&characterEncoding=utf8]]>
</property>
注意:此字符串不能写为jdbc:mysql://localhost:3306/daycode?useUnicode=true&characterEncoding=utf8,不然会出现编译错误,错误提示为将&连接符改为;。

hibernate中mysql数据交互中文乱码问题

标签:http   cal   html   code   提示   属性   乱码   XML   name   

原文地址:http://www.cnblogs.com/moly/p/6849857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!