diff --git a/IV. Spring Boot features/23.6.4. YAML shortcomings.md b/IV. Spring Boot features/23.6.4. YAML shortcomings.md index e69de29..f0fe721 100644 --- a/IV. Spring Boot features/23.6.4. YAML shortcomings.md +++ b/IV. Spring Boot features/23.6.4. YAML shortcomings.md @@ -0,0 +1,3 @@ +### 23.6.4. YAML缺点 + +YAML文件不能通过@PropertySource注解加载。所以,在这种情况下,如果需要使用@PropertySource注解的方式加载值,那就要使用properties文件。