1
0

增加Junit测试

This commit is contained in:
2024-12-25 14:23:21 +08:00
parent f9d0cf84fc
commit 61db26d793
24 changed files with 778 additions and 950 deletions

View File

@@ -20,6 +20,12 @@
<artifactId>lombok</artifactId>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>