IDEA starts tomcat console Chinese garbled problem

IntelliJ IDEA is a must-have for many programmers and is recognized as the best Java development tool in the industry. After installing IDEA and tomcat, many small partners will have Chinese garbled characters in the console when starting tomcat, as shown in the following figure:
insert image description here

Specific solution steps:
1. Modify the virtual machine output options of the current Web project Tomcat Server
insert image description here
2. Modify IntelliJ IDEA global encoding, project encoding, and property file encoding
insert image description here
3. Customize virtual machine options in IntelliJ IDEA
insert image description here
4. Directly modify the encoding information of the IntelliJ IDEA configuration file
insert image description here
insert image description here
insert image description here
5. Finally, don’t forget to restart Idea

Guess you like

Origin blog.csdn.net/u014212540/article/details/131455336