● 作用先看这篇:@Inherited作用,简而言之:
@SpringBootApplication注解被@Inherited修饰,则SpringBoot主启动类也就具备了@SpringBootApplication注解的:
@SpringBootConfiguration
@EnableAutoConfiguration
@ComponentScan
● 作用先看这篇:@Inherited作用,简而言之:
@SpringBootApplication注解被@Inherited修饰,则SpringBoot主启动类也就具备了@SpringBootApplication注解的:
@SpringBootConfiguration
@EnableAutoConfiguration
@ComponentScan