lhflying
2018-03-14 11:44
junit不能用 4.10有runwith 4.12就是没有runwith 怎么破?
在IDEA中改了项目的pom文件里的依赖需要执行以下步骤,才能使你的更改生效
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
用这个也可以的
Spring Boot进阶之Web进阶
104040 学习 · 393 问题
相似问题