spring_reference/IV. Spring Boot features/23.6.4. YAML shortcomings.md

4 lines
204 B
Markdown
Raw Normal View History

2015-02-08 14:13:40 +00:00
### 23.6.4. YAML缺点
YAML文件不能通过@PropertySource注解加载。所以在这种情况下如果需要使用@PropertySource注解的方式加载值那就要使用properties文件。