新增hutool-ai模块

This commit is contained in:
choweli
2025-05-13 10:14:36 +08:00
parent 6f346fc9a1
commit 45226d78ad
53 changed files with 4253 additions and 42 deletions

View File

@@ -113,6 +113,11 @@
<artifactId>hutool-jwt</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-ai</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
<build>