标签:导致 编码格式 输出 tomcat 格式 utf-8 技术分享 hand img
最近下载了tomcat9解压启动,日志乱码了,如下
乱码无非就编码和解压格式不一致导致,我们系统和tomcat日志输出编码格式不一致
修改
conf/logging.properties下
java.util.logging.ConsoleHandler.encoding = UTF-8 为 java.util.logging.ConsoleHandler.encoding = GBK
标签:导致 编码格式 输出 tomcat 格式 utf-8 技术分享 hand img
原文地址:https://www.cnblogs.com/ENU7/p/10258300.html