Update 23.6. Using YAML instead of Properties.md

master
qibaoguang 2015-02-08 22:03:12 +08:00
parent be42fa7011
commit 314e26663b
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 23.6. 使用YAML代替Properties
[YAML](http://yaml.org/)是JSON的一个超集也是一种方便的定义层次配置数据的格式。无论你何时将[SnakeYAML ](http://code.google.com/p/snakeyaml/)库放到classpath下SpringApplication类都会自动支持YAML作为properties的替换。
**注**:如果你使用'starter POMs'spring-boot-starter会自动提供SnakeYAML。