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

@ -55,6 +55,12 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- AI -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>