Spring boot读取application.properties中文乱码
Posted 这个人在加班
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring boot读取application.properties中文乱码相关的知识,希望对你有一定的参考价值。
解决方案
java开发工具Idea下解决方案:
File -> Settings -> Editor -> File Encodings
将Properties Files (*.properties)下的Default encoding for properties files设置为UTF-8,将Transparent native-to-ascii conversion前的勾选上。
注意:做了上面操作后,一定要重新创建application.properties,才有效。
以上是关于Spring boot读取application.properties中文乱码的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot 无法读取 Docker 中的 application.properties
无法在 Spring Boot 应用程序中读取 application.properties
Spring boot 读取 application.properties 文件方法
Spring boot读取application.properties中文乱码