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

204 B
Raw Blame History

23.6.4. YAML缺点

YAML文件不能通过@PropertySource注解加载。所以在这种情况下如果需要使用@PropertySource注解的方式加载值那就要使用properties文件。