摘要: @SpringBootApplication:申明让spring boot自动给程序进行必要的配置,这个配置等同于:@Configuration ,@EnableAutoConfiguration 和 @ComponentScan 三个配置。 @Service: 业务层bean。 @Controll 阅读全文
posted @ 2019-01-13 16:26 高圈圈 阅读(159) 评论(0) 推荐(0)