场景
相关项目搭建参照:
https://blog.youkuaiyun.com/BADAO_LIUMANG_QIZHI/column/info/35688
实现
在项目的pom/xml中添加测试依赖
<!-- springBoot整合测试 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</