@EnableAutoConfiguration 注解的作用,就是开启自动配置。
在@SpringBootApplication中就有它的影子。
@Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited @SpringBootConfiguration @EnableAutoConfiguration @ComponentScan
京公网安备 11010502049817号