问题描述:使用maven开发springboot项目练习,测试出现了 java: 程序包org.junit.jupiter.api不存在的问题
问题分析:缺少org.junit.jupiter.api相关的依赖
解决方法:在pom.xml文件中添加以下依赖,或者根据提示信息添加自动添加依赖
方法1:
org.junit.jupiter junit-jupiter RELEASE test
方法2:
来源地址:https://blog.csdn.net/weixin_47474875/article/details/127845164