hibernate.cfg.xml中已配置<property name="hibernate.show_sql">true</property>
试过:
在创建数据库时指定字符集
create database yourDB CHARACTER SET gbk;
数据库连接串中指定字符集
URL=jdbc:mysql://yourIP/college?user=root&password=yourPassword&useUnicode=true&characterEncoding=gbk
还是无法把中文在数据库中正常显示,显示的都是???