摘要: 1.@SpringBootApplication:包含@Configuration、@EnableAutoConfiguration、@ComponentScan通常用在主类上; 2.@ComponentScan:组件扫描。相当于,如果扫描到有@Component @Controller @Serv 阅读全文
posted @ 2020-11-01 21:24 Mikeal 阅读(90) 评论(0) 推荐(0)