IDEA中Tomcat启动控制台乱码问题
时间:2021-03-04 12:57:56
收藏:0
阅读:0
IDEA中Tomcat乱码问题
1、file-setting中修改字符集
2、修改IDEA安装目录bin下的文件,添加-Dfile.encoding=UTF-8
3、Help-- Edit custom vm options 添加-Dfile.encoding=UTF-8
4、重启IDEA
评论(0)