摘要: SpringMvc测试 添加mvn依赖 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <!- 阅读全文
posted @ 2020-05-28 10:33 RandomObject 阅读(432) 评论(0) 推荐(0)
摘要: SpringBoot进行单元测试 需要的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> 阅读全文
posted @ 2020-05-28 10:25 RandomObject 阅读(1796) 评论(0) 推荐(0)