springBoot 使用测试类报错
时间:2021-04-13 10:12:50
收藏:0
阅读:18
添加以下依赖:
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
原文:https://www.cnblogs.com/HHbJ/p/14651554.html
评论(0)