Spring Boot自动配置原理简介
首先是通过@SpringBootApplication注解标注启动类启动Springboot应用。
@SpringBootApplication内被@EnableAutoConfiguration标注
2021-03-30