Merge pull request #8027 from EightMonth/master

移除junit4,使用默认junit5
This commit is contained in:
JEECG
2025-03-27 18:09:34 +08:00
committed by GitHub
15 changed files with 24 additions and 47 deletions

View File

@ -123,11 +123,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>