IntelliJ IDEA 控制台 console 乱码 解决办法
1、进入idea安装目录两个vmoptions配置文件添加-Dfile.encoding=UTF-8

2、idea的设置选项中的file encoding 所有的编码选择 为UTF-8

3、tomcat运行配置的 vm options 的配置信息中添加-Dfile.encoding=UTF-8

4、tomcat本地目录的 conf目录下的logging.properties文件,将该文件的encoding所有编码改为UTF-8

