windows下tomcat乱码
侧边栏壁纸
博主昵称
yuc

  • 累计撰写 291 篇文章
  • 累计收到 0 条评论

windows下tomcat乱码

yuc
yuc
2022-06-09 / 最后修改: 2022-06-13 03:06 / 0 评论 / 1,237 阅读 / 正在检测是否收录...
cmd的乱码问题解决方案

方法1:

tomcat/conf/logging.properties中如下改成GBK修复在cmd中乱码的问题
java.util.logging.ConsoleHandler.encoding = GBK
#java.util.logging.ConsoleHandler.encoding = UTF-8

方法2:

0

评论

博主关闭了当前页面的评论