在跑项目的时候遇到这个问题,去看pom文件一切正常,也引入了这个依赖
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency>
之后再找办法,以下这个办法解决了我的问题