hibernate查询中文无结果或插入中文乱码解决方案


1.在本地数据库配置文件my.ini或my-default中加入

default-character-set=UTF8


2.在hibernate数据库配置中的url属性后面加上

jdbc:mysql://localhost:3306/test?useunicode=true&characterEncoding=utf8


你可能感兴趣的:(hibernate查询中文无结果或插入中文乱码解决方案)