tools 通用依赖
日志存储目录
This commit is contained in:
2025-02-08 09:34:31 +08:00
parent 0990ecce30
commit 9341c9469a
8 changed files with 40 additions and 17 deletions

View File

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