Spring Boot 字符编码 Request 和 Respo
2017-05-12 本文已影响546人
Anoyi
hi
在 application.yml 中配置
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
效果图
hi
在 application.yml 中配置
spring:
http:
encoding:
charset: UTF-8
enabled: true
force: true
效果图