摘要: @SpringBootApplication: 包含@Configuration. @EnableAutoConfiguration, @ComponentScan,通常用于朱主类 @Repository: 用于标注数据访问组件,即DAO组件 @Service 用于标注业务层组件 @RestCont 阅读全文
posted @ 2018-07-17 17:46 _HelloWord 阅读(230) 评论(0) 推荐(0) 编辑