SpringBoot自动配置
2021-02-22 20:12:37 0 举报
SpringBoot自动配置
作者其他创作
大纲/内容
@Import(AutoConfigurationImportSelector.class)
继承了ImportSelector接口
@Configuration
@EnableAutoConfiguration
@ComponentScan
调用loadSpringFactories(@Nullable ClassLoader classLoader)
实现selectImports方法----------------------------------主要用于获取所有符合条件的类的全限定类名,这些类需要被加载到 IoC 容器中
实现了DeferredImportSelector接口
主启动类的@SpringBootApplication注解
0 条评论
回复 删除
下一页