@SpringBootApplication包括以下三个注解:
@SpringBootConfiguration -> @Configuration -> @Component@EnableAutoConfiguration : 激活自动配置@ComponentScan : @since 3.1