摘要: 默认扫描MainApplication类所在的包中的类及其子包 @SpringBootApplication等同于 @SpringBootConfiguration@EnableAutoConfiguration@ComponentScan()所以如果有自己设置扫描包的需求可以改变Component 阅读全文
posted @ 2022-03-16 12:58 dronff 阅读(410) 评论(0) 推荐(0)