代码改变世界

随笔分类 -  IDEA

idea下http响应乱码

2018-12-11 14:10 by 如是我所闻, 1422 阅读, 收藏,
摘要: 问题描述:在项目里其他的中文正常,http请求的响应数据会中文乱码。 解决: 1 idea安装目录/bin/ 下的 idea64.exe.vmoptions 和 idea.exe.vmoptions 都加入-Dfile.encoding=UTF-8 2 在tomcat的配置项中的 VM option 阅读全文