spring_reference/IV. Spring Boot features/23.6. Using YAML instead of...

401 B
Raw Blame History

23.6. 使用YAML代替Properties

YAML是JSON的一个超集也是一种方便的定义层次配置数据的格式。无论你何时将SnakeYAML 库放到classpath下SpringApplication类都会自动支持YAML作为properties的替换。

:如果你使用'starter POMs'spring-boot-starter会自动提供SnakeYAML。