在tomcat的context.xml中的你选定的数据源里加上一个属性connectionProperties="useUnicode=yes;characterEncoding=utf8;"
tomcat-dbcp数据源配置连接后出现乱码Unknown initial character set index '255' received from server. Initial clien
最新推荐文章于 2024-03-23 17:46:12 发布
在tomcat的context.xml中的你选定的数据源里加上一个属性connectionProperties="useUnicode=yes;characterEncoding=utf8;"