解决mysql乱码
时间:2021-07-01 10:21:17
帮助过:2人阅读
比如我用gbk的,连接串是:
jdbc:mysql://localhost:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=gbk
那utf-8的应该就是
jdbc:mysql://localhost:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=utf8
&就是&符号,是我在xml文件里配置实用的,如果你不用xml配置,那直接写成&解决mysql乱码
标签: