mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
readme文件新增ai模块
This commit is contained in:
parent
dbaea30ef7
commit
545cf2897f
@ -101,6 +101,7 @@ A Java-based tool class for files, streams, encryption and decryption, transcodi
|
||||
| hutool-poi | Tools for working with Excel and Word in POI |
|
||||
| hutool-socket | Java-based tool classes for NIO and AIO sockets |
|
||||
| hutool-swing | Swing and AWT tools |
|
||||
| hutool-ai | AI tools |
|
||||
|
||||
Each module can be introduced individually, or all modules can be introduced by introducing `hutool-all` as required.
|
||||
|
||||
|
@ -88,7 +88,7 @@ Hutool目前主要版本4.x、5.x、6.x,选择如下:
|
||||
## 🛠️包含组件
|
||||
|
||||
| 模块 | 介绍 |
|
||||
|----------------|-------------------------------------------------|
|
||||
|----------------|-----------------------------------------------|
|
||||
| hutool-core | 核心,包括Bean操作、日期、各种Util等 |
|
||||
| hutool-cron | 定时任务模块,提供类Crontab表达式的定时任务 |
|
||||
| hutool-crypto | 加密解密模块,提供对称、非对称和摘要算法封装 |
|
||||
@ -101,6 +101,7 @@ Hutool目前主要版本4.x、5.x、6.x,选择如下:
|
||||
| hutool-poi | POI中Excel和Word的封装以及OFD封装 |
|
||||
| hutool-socket | 基于Java的NIO和AIO的Socket封装 |
|
||||
| hutool-swing | Swing和JWT相关封装 |
|
||||
| hutool-ai | AI大模型封装 |
|
||||
|
||||
可以根据需求对每个模块单独引入,也可以通过引入`hutool-all`方式引入所有模块。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user