spring boot自动配置原理
摘要:
1.引导加载自动配置类 @SpringBootApplication =@SpringBootConfiguration + @EnableAutoConfiguration + @ComponentScan1.1 @SpringBootConfiguration =@Configuration 代 阅读全文
posted @ 2022-02-27 23:12 wanbf 阅读(81) 评论(0) 推荐(0) 编辑