Update 36.3.3. Property conditions.md

master
qibaoguang 2015-02-27 21:34:08 +08:00
parent 62c9d0e0af
commit 3622175479
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 36.3.3. Property条件
@ConditionalOnProperty注解允许根据一个Spring Environment属性来决定是否包含配置。可以使用prefix和name属性指定要检查的配置属性。默认情况下任何存在的只要不是false的属性都会匹配。你也可以使用havingValue和matchIfMissing属性创建更高级的检测。