随笔分类 -  Spring Boot

摘要:@SpringBootApplication是Spring Boot的核心注解,他是一个组合注解。 @SpringBootApplication注解主要组合了@Configuration、@EnableAutoConfiguration、@ComponentScan;若不使用注解则可以在入口类上直接 阅读全文
posted @ 2017-05-26 14:27 wenxudong 阅读(1259) 评论(0) 推荐(0)