初始化提交

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>

View File

@@ -7,6 +7,7 @@
<version>1.0.0</version>
</parent>
<groupId>com.czg</groupId>
<artifactId>cash-common</artifactId>
<packaging>pom</packaging>