1:既不需要在web.xml配置解决中文乱码的过滤器
2:也不需要在Tomcat插件配置UTF-8
**只需要配置 -Dfile.encoding=GB2312 ** 打开File > setting > maven > Runner > VM Options 中添加-Dfile.encoding=GB2312 如图: