标签:
mysql的字符集是utf-8
web工程环境字符集是utf-8
应该是hibernate向数据库中更新的时候错误
数据库了解url改成
jdbc:mysql://localhost:3306/fdoa?useUnicode=true&characterEncoding=utf8
hibernate下 mysql中文乱码
原文地址:http://blog.csdn.net/u011686226/article/details/45643629