dify代理管理端
Go to file
zhuangtianxiang aeaaf046d6 feat(dify): 添加 Dify应用服务模块
- 新增 DifyServeService 服务类,实现应用列表获取和持久化- 添加 DifyServeMapper 和 DifyServeRepository 接口
- 创建 AppsResponse 实体类,用于存储应用响应数据
- 新增 V1ServeController 控制器,提供应用列表接口
- 在 application-dev.yml 中添加 Dify 服务器配置信息
- 移除不必要的 SseController 和 WebConfig 类
2025-04-24 01:30:22 +08:00
src feat(dify): 添加 Dify应用服务模块 2025-04-24 01:30:22 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml feat(dify): 集成 Dify 服务并更新相关配置 2025-04-22 17:18:24 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端