IntelliJ IDEA console output to solve the problem of Chinese garbled

IntelliJ IDEA console output to solve the problem of Chinese garbled

Problem Description: figure, console output characters garbled

solution

  • The first step: intellij idea to modify the configuration file:
    find Intellij idea installation directory, bin folder below the 64.exe.vmoptions and idea.exe.vmoption in these two documents.
    These two documents were then added:
-Dfile.encoding=UTF-8
  • Step Two: Modify settings intellij idea of

  • The third step: modifying the configuration parameters Tomcat
  • Step four: Restart IntelliJ IDEA to solve the garbage problem.

Guess you like

Origin www.cnblogs.com/bigbaby/p/12059068.html