IDEA 使用Tomcat Server output输出中文乱码问题

  在Tomcat安装目录下,找到conf/logging.properties文件,打开后,找到 java.util.logging.ConsoleHandler.encoding的配置项,将其值修改为GBK即可。
     java.util.logging.ConsoleHandler.encoding = GBK

posted @ 2020-11-09 17:53  低调码农哥!  阅读(1517)  评论(0)    收藏  举报