首先,列举一些网上搜到的,但未成功解决我的乱码问题的方案,但有些人是可以成功的,不妨一试

1、tomcat设置的地方增加如下设置

-Dfile.encoding=UTF-8

intelij idea中tomcat启动日志乱码解决

2、idea   file -> setting

 

intelij idea中tomcat启动日志乱码解决

 

 

以上两种方式,我试了均未成功,以下是我试了可行的

在idea安装目录的bin下修改idea.exe.vmoptions和idea64.exe.vmoptions,添加

-Dfile.encoding=UTF-8

-Dconsole.encoding=UTF-8

相关文章:

  • 2021-10-02
  • 2021-04-04
  • 2021-05-29
  • 2021-09-17
  • 2021-04-12
  • 2021-04-22
  • 2022-01-16
猜你喜欢
  • 2021-08-07
  • 2021-04-20
  • 2022-01-08
  • 2021-06-23
  • 2021-12-28
  • 2021-12-22
  • 2021-11-27
相关资源
相似解决方案