Upgrade Spring AI to 1.0.0, remove QianFan and Moonshot modules

This commit is contained in:
Cursor Agent
2025-06-16 12:07:17 +00:00
parent 54529a17cd
commit b22ced2bbe
3 changed files with 110 additions and 52 deletions

View File

@@ -102,6 +102,22 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Spring AI Community 社区版本支持 -->
<!-- 注意:社区版本的 GroupId 和版本号需要进一步确认 -->
<!-- 请参考 https://github.com/spring-ai-community 获取最新信息 -->
<!--
<dependency>
<groupId>org.springframework.ai.community</groupId>
<artifactId>spring-ai-qianfan</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.ai.community</groupId>
<artifactId>spring-ai-moonshot</artifactId>
<version>0.1.0</version>
</dependency>
-->
<!-- 业务组件 -->
<dependency>