[SpringBoot]浏览器输出中文乱码问题解决

image

问题情境:
IDEA、Springboot、浏览器访问接口查看返回的JSON数据,发现中文乱码

解决方案:

server:
	servlet:
		encoding:
			charset: UTF-8
			enabled: true
			force: true

如果你的配置文件不是yml格式,可以参考下面这个:

image

posted @ 2024-11-01 10:48  萌狼蓝天  阅读(16)  评论(0编辑  收藏  举报