初始化提交

This commit is contained in:
谭凯凯
2025-02-08 09:54:54 +08:00
committed by Tankaikai
parent 0990ecce30
commit 4bc0c260d2
4 changed files with 32 additions and 13 deletions

View File

@@ -17,6 +17,10 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>