feat(ai): 集成DeepSeek AI优化简历功能

- 配置DeepSeek AI相关依赖和配置项
- 创建ChatController提供AI聊天测试接口
- 实现AiService和AiServiceImpl提供AI优化服务
- 添加ResumeAiOptimizeRequest和ResumeAiOptimizeVO数据传输对象
- 在ResumeController中添加AI优化简历的API端点
- 前端ResumeEdit页面集成AI优化按钮和进度显示
- 实现前端调用AI优化接口并更新表单内容
- 添加AI优化相关的样式和交互效果
This commit is contained in:
2026-01-15 00:03:43 +08:00
parent 44a379bd0e
commit 6cc2725923
12 changed files with 544 additions and 23 deletions

View File

@@ -19,6 +19,14 @@ spring:
application:
name: BOSS
ai:
deepseek:
api-key:
base-url: https://api.deepseek.com
chat:
options:
model: deepseek-chat
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/boss?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
@@ -34,7 +42,7 @@ spring:
host: 127.0.0.1
port: 6379
database: 0
password: "" # ?????????
password: ""
timeout: 5s
lettuce:
pool: