支持
mysql的字符集设置为gbk or gb2312
default-character-set= gbk
java字符串
url = "jdbc:mysql://localhost:3306/db?useUnicode=true&characterEncoding=gbk";