springBoot读取properties文件乱码

Posted 时光spring

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springBoot读取properties文件乱码相关的知识,希望对你有一定的参考价值。

在使用idea进行springBoot测试时,读取properties文件里面的内容会中文乱码,可以设置文件的编码格式为utf-8

 

 有时候可能全都设置完utf-8后还不好使,网上教程说可以清理一下idea缓存

 

 但是测试后仍没有用

最后在properties文件上添加相关属性,比如springBoot的

spring.http.encoding.enabled=true

或者

server.servlet.encoding.enabled=true

根据相关项目进行配置编码后,就可以解决了。

 

以上是关于springBoot读取properties文件乱码的主要内容,如果未能解决你的问题,请参考以下文章

springBoot读取properties文件乱码

SpringBoot读取properties文件配置项

SpringBoot读取.yml/.properties配置文件

SpringBoot读取配置文件(从classpath/file读取yml/properties文件)

Springboot读取properties配置文件数据

SpringBoot读取application.properties文件