IDEA Spring Boot 项目中设置 properties 文件编码

Posted 爱吃西瓜的番茄酱

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA Spring Boot 项目中设置 properties 文件编码相关的知识,希望对你有一定的参考价值。

点击Files-->Settings-->Editor-->File Encodings

将Global Encoding、Project Encoding 和 Default encoding for properties files 统统设置为 UTF-8 编码。

如下图:

每天学习一点点,每天进步一点点。

以上是关于IDEA Spring Boot 项目中设置 properties 文件编码的主要内容,如果未能解决你的问题,请参考以下文章

idea中设置springboot热部署

在 Gradle Spring Boot Hibernate 项目中设置 LiquiBase

解决idea spring boot项目中target中没有同步更新最新目录文件及资源

如何在 Spring Boot 中设置相当于 Jetty 的“maxFormContentSize”?

如何在 Spring Boot 中设置 UTF-8 字符编码?

如何使用 WebFlux 在 Spring Boot 2 中设置登录页面?