SSM框架中 关于提交中文数据是乱码问题

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_30180559/article/details/81592755

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8"/>
    <!-- A "Connector" using the shared thread pool-->

修改tomcat 编码格式为utf-8格式 即可成功解决该问题!

猜你喜欢

转载自blog.csdn.net/qq_30180559/article/details/81592755