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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!