Spring Boot整合Junit Junit启动器 <!--junit启动器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> 编写业务代码 dao @Repository