Junit5 pom依赖

2023-05-12,,

        <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.3.4.RELEASE</version>
<scope>test</scope>
</dependency>

  

Junit5 pom依赖的相关教程结束。

《Junit5 pom依赖.doc》

下载本文的Word格式文档,以方便收藏与打印。