idea 控制台乱码解决

1.找到idea安装的bin目录
找到idea64.exe.vmoptions和idea.exe.vmoptions在文件中加入

		-Dfile.encoding=UTF-8

idea 控制台乱码解决
2、idea中进行设置
idea 控制台乱码解决
进入settings,选择File Encodings,把IDE Encoding和Project Encoding配置为UTF-8,同时将下面的Default encoding for properties files也配置为UTF-8。

参考文章:https://www.cnblogs.com/liaoyanglong/p/6639039.html

相关文章:

  • 2021-11-11
  • 2020-02-08
  • 2021-11-04
  • 2021-11-11
  • 2019-10-20
  • 2021-11-11
  • 2021-12-13
  • 2020-03-12
猜你喜欢
  • 2021-09-02
  • 2021-12-13
  • 2018-07-06
  • 2020-10-12
  • 2019-12-12
  • 2021-11-11
  • 2019-01-08
  • 2020-06-02
相关资源
相似解决方案