Console garbled

https://blog.csdn.net/java_collect/article/details/80697105#3_37

https://www.cnblogs.com/yjd_hycf_space/p/7483921.html

 

After the console garbled, if amended as UTF-8 in the file encoding is not resolved:
1. Locate intellij idea installation directory, bin folder below idea64.exe.vmoptions and idea.exe.vmoptions these two files, respectively in these two documents added: -Dfile.encoding = UTF-8. Or click on the title bar help-> Edit Custom VM Options, added: -Dfile.encoding = UTF-8
3. Set -Dfile.encoding = UTF-8 in the tomcat startup parameters. The basic reason for this is
4. Then restart the idea, generally can be solved.
---------------------
On: Jun rest of
Source: CSDN
Original: https: //blog.csdn.net/java_collect/article/details/80697105
copyright notice : This article is a blogger original article, reproduced, please attach Bowen link!

Guess you like

Origin www.cnblogs.com/zzxzxn/p/11276247.html