@SpringBootApplication注解解析
@SpringBootApplication里面有 3个核心注解分别为@Target(ElementType.TYPE) // 元注解@Retention(RetentionPolicy.RUNTIME) // 元注解@Documented // 元注解@Inherited // 元注解@SpringBootConfiguration@EnableAutoConfiguration@ComponentScan(excludeFilters = { @Filter(type = FilterT
原创
2021-05-20 22:08:29 ·
245 阅读 ·
0 评论