访问 spring boot 项目中静态文件静态页面时中文乱码,解决方法是在properties文件中增加配置:

spring.http.encoding.force=true

 

更多推荐

spring boot 静态文件中中文乱码问题解决