更新pom.xml,添加jeecg-boot-module-airag依赖

This commit is contained in:
JEECG
2025-05-22 09:25:39 +08:00
parent 7efc51e30e
commit b7a6812140
2 changed files with 6 additions and 7 deletions

View File

@ -24,6 +24,12 @@
<artifactId>hibernate-re</artifactId>
</dependency>
<!-- AI大模型管理 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-airag</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!-- 企业微信/钉钉 api -->
<dependency>
<groupId>org.jeecgframework</groupId>