摘要: 一、注解SpringBoot/spring @SpringBootApplication: 包含@Configuration、@EnableAutoConfiguration、@ComponentScan通常用在主类上; @Repository: 用于标注数据访问组件,即DAO组件; @Servic 阅读全文
posted @ 2021-02-23 16:39 麦公公 阅读(44) 评论(0) 推荐(0)