update modules/ai: add 1 mod 7 files

This commit is contained in:
jack ning
2025-04-22 15:53:37 +08:00
parent fd620cfdb9
commit 5ef5ec0c4b
8 changed files with 420 additions and 13 deletions

View File

@@ -105,6 +105,13 @@
<scope>provided</scope>
</dependency>
<!-- 全文检索 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>