hibernate 中mysql.cfg配置文件如下:
但是用Hibernate自动建表的时候,表编码依旧是:
复制内容到剪贴板 程序代码
<property name="connection.url">
jdbc:mysql://localhost:3306/webseo?useUnicode=true
</property>
<property name="connection.characterEncoding">UTF-8</property>
jdbc:mysql://localhost:3306/webseo?useUnicode=true
</property>
<property name="connection.characterEncoding">UTF-8</property>
但是用Hibernate自动建表的时候,表编码依旧是: