pom文件

This commit is contained in:
chc0125 2025-02-23 10:40:26 +08:00
parent a5a6325bd5
commit 9bfd58202d

View File

@ -53,6 +53,14 @@
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
</dependency> </dependency>
<!-- 添加Hutool的依赖 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.22</version> <!-- 请检查并使用最新版本 -->
</dependency>
<!-- JSON工具类 --> <!-- JSON工具类 -->
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>