讨论区 » AAS-V10企业版 »
由 qiu jk 在 11 个月 之前添加
springboot配置文件application.yml中添加
server: servlet: encoding: charset: GBK enabled: true force: true
或者添加JVM参数:
-Dserver.servlet.encoding.charset=GBK