1.找到tomcat的conf目录下的logging.properties文件

2.打开该文件将:

java.util.logging.ConsoleHandler.encoding = UTF-8

改成

java.util.logging.ConsoleHandler.encoding = GBK

相关文章:

  • 2022-12-23
  • 2021-06-22
  • 2022-01-02
  • 2021-10-28
  • 2021-10-20
  • 2021-12-15
  • 2022-01-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-07-10
  • 2021-11-20
  • 2021-03-28
相关资源
相似解决方案