mysql的字符集是utf-8
web工程环境字符集是utf-8
应该是hibernate向数据库中更新的时候错误
数据库了解url改成
jdbc:mysql://localhost:3306/fdoa?useUnicode=true&characterEncoding=utf8
没问题 在xml中注意&符号
时间: 2024-10-11 23:06:40
mysql的字符集是utf-8
web工程环境字符集是utf-8
应该是hibernate向数据库中更新的时候错误
数据库了解url改成
jdbc:mysql://localhost:3306/fdoa?useUnicode=true&characterEncoding=utf8
没问题 在xml中注意&符号