Skip to content

Commit 1156ee2

Browse files
committed
update post 随谈-properties文件的读取乱码 "样式修改"
1 parent 7841bc2 commit 1156ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2020-07-10-随谈-properties文件的读取乱码.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414

1515
## 前言
1616

17-
**SpringBoot** 项目从`*.properties`中读取中文内容配置,出现了乱码。下面就针对读取乱码现象,随便谈一下......
17+
**SpringBoot** 项目从 `*.properties` 中读取中文内容配置,出现了乱码。下面就针对读取乱码现象,随便谈一下......
1818

1919
## IDEA 文件编码
2020

@@ -24,7 +24,7 @@ tags:
2424

2525
## Spring Boot 的读取方式
2626

27-
​ 读取配置文件,需要使用与之对应的编码进行解码,才能正确读取到真确的值。所以,**Spring Boot** 读取配置文件的方式,就是是否会导致乱码的关键。
27+
​ 读取配置文件,需要使用与之对应的编码进行解码,才能正确读取到正确的值。所以,**Spring Boot** 读取配置文件的方式,就是是否会导致乱码的关键。
2828

2929
### 搜索位置(SearchLocations)
3030

0 commit comments

Comments
 (0)