参考配置文件能配置的属性参照
原理SpringBoot启动的时候加载主配置类,开启了自动配置功能 @EnableAutoConfiguration
作用
利用EnableAutoConfigurationImportSelector给容器
2019-03-28