Update 36. Developing auto-configuration and using conditions.md

master
qibaoguang 2015-02-27 21:28:24 +08:00
parent 10732bd39a
commit 839401bf83
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 36. 开发自动配置和使用条件
如果你在一个开发者共享库的公司工作或你在从事一个开源或商业型的库你可能想要开发自己的auto-configuration。Auto-configuration类能够在外部的jars中绑定并仍能被Spring Boot发现。