windows环境下,Intellij idea12中maven操作时,控制台中文乱码问题(编译报错或者clean install时出现的其他错误描述乱码)

在cmd中mvn中文正常显示,log4j打印日志也是ok的。

解决方法:

Setting->maven->runner

         VMoptions: -Dfile.encoding=GB2312

intellij idea操作maven时控制台中文乱码

相关文章:

  • 2021-05-15
  • 2021-05-02
  • 2022-12-23
  • 2021-09-12
  • 2021-08-24
  • 2021-08-18
  • 2022-01-17
  • 2021-08-15
猜你喜欢
  • 2021-08-21
  • 2021-07-02
相关资源
相似解决方案