摘要: 自动装配 springboot的启动注解是@SpringBootApplication,它是一个组合注解,是由@SpringBootConfiguration、@EnableAutoConfiguration、@ComponentScan组成的。而自动配置就是由@EnableAutoConfigur 阅读全文
posted @ 2021-02-16 13:46 不爱水的派大星 阅读(166) 评论(0) 推荐(0)