AI大模型管理功能后台代码

This commit is contained in:
JEECG
2025-04-07 14:10:37 +08:00
parent 4936e140e9
commit b4cac11368
59 changed files with 6395 additions and 733 deletions

View File

@ -25,6 +25,13 @@
<version>${jeecgboot.version}</version>
</dependency>
<!-- AI大模型管理 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-airag</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!-- flyway 数据库自动升级 -->
<dependency>
<groupId>org.flywaydb</groupId>