修改Hibernate的配置文件hibernate.cfg.xml即可。
原来:
<property name="connection.url"> jdbc:mysql://localhost:3306/excel</property>
修改后:
<property name="connection.url"> jdbc:mysql://localhost:3306/excel?useUnicode=true&characterEncoding=utf-8 </property>
修改Hibernate的配置文件hibernate.cfg.xml即可。
原来:
<property name="connection.url"> jdbc:mysql://localhost:3306/excel</property>
修改后:
<property name="connection.url"> jdbc:mysql://localhost:3306/excel?useUnicode=true&characterEncoding=utf-8 </property>