摘要: 1、 @SpringBootApplication 注解中引用了@EnableAutoConfiguration 注解。 2、查看 @EnableAutoConfiguration 注解,发现引用了 @AutoConfigurationPackage 注解。 3、查看 @AutoConfigurat 阅读全文
posted @ 2021-07-21 14:30 codest 阅读(4818) 评论(0) 推荐(1) 编辑