移除junit4,使用默认junit5

This commit is contained in:
EightMonth
2025-03-27 16:58:35 +08:00
parent a27b94c4c6
commit 5ff1b56fe2
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>