This commit is contained in:
liukai
2025-09-03 18:02:40 +08:00
parent a02be6d1ea
commit cd3cfe4e64
7 changed files with 219 additions and 65 deletions

14
pom.xml
View File

@@ -34,7 +34,11 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-deepseek</artifactId>
</dependency>
<!-- 阿里百炼大模型自动配置-->
<dependency>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-starter-dashscope</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
@@ -89,6 +93,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- 阿里百炼版本管理-->
<dependency>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-bom</artifactId>
<version>1.0.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>