项目

一般

简介

V10 post请求打印日志乱码

qiu jk11 个月 之前添加

springboot配置文件application.yml中添加

server:
  servlet:
    encoding:
      charset: GBK
      enabled: true
      force: true

 

或者添加JVM参数:

-Dserver.servlet.encoding.charset=GBK