添加 ai模块

This commit is contained in:
2025-09-25 17:48:08 +08:00
parent ab85648edf
commit 98fc7be679
78 changed files with 1600 additions and 1194 deletions

View File

@@ -27,6 +27,15 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.xingfudeshi</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>