地址样中的中文进入数据库查询时不能转码,导致查询不到数据

地址样中的中文进入数据库查询时不能转码,导致查询不到数据

发布者:IT人在线 | 发表时间:2018/12/27 10:38:06

通过修改tomcat就可以了,因为tomcat默认的编码不是UTF-8和我们的数据库及当前页面编码不一致

 

<Connector URIEncoding="UTF-8" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>

    <!-- A "Connector" using the shared thread pool-->