SpringBoot 整合 Junit 单元测试 2020-1-16 15:54 | 431 | 0 | 07单元测试 127 字 | 3 分钟 1. pom.xml Eclipse创建时需要手动加依赖坐标 <!- 添加 junit 环境的 jar 包 -> <depndency> <groupId>org.springframework.bot</groupId> <artifactId>spring-bot-starter-te… JUnitSpringBoot