feat: 集成 Spring AI 实现基础的 AI 写作功能

This commit is contained in:
xiongxiaoyang
2025-03-16 13:03:37 +08:00
parent d77ce5b446
commit 467290b908
6 changed files with 325 additions and 17 deletions

View File

@ -53,6 +53,13 @@
<artifactId>novel-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>1.0.0-M6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>