Update 23.6.2. Exposing YAML as properties in the Spring Environment.md

master
qibaoguang 2015-02-08 22:11:45 +08:00
parent 44ff559d70
commit ae37aadbd3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 23.6.2. 在Spring环境中使用YAML暴露属性
YamlPropertySourceLoader类能够用于将YAML作为一个PropertySource导出到Sprig Environment。这允许你使用熟悉的@Value注解和占位符语法访问YAML属性。