新增hutool依赖

This commit is contained in:
weitang 2025-06-10 11:06:27 +08:00
parent 8434098c39
commit 3a8de8d368

View File

@ -128,6 +128,13 @@
<version>1.18.34</version> <!-- 推荐使用最新稳定版本 -->
<scope>provided</scope>
</dependency>
<!-- 胡图工具类 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.8</version>
</dependency>
</dependencies>
<build>
@ -147,4 +154,4 @@
</plugins>
</build>
</project>
</project>