dify代理管理端
Go to file
zhuangtianxiang 4cd46e7b77 feat(dify): 添加工作流数据持久化功能
- 新增 WorkflowData 实体类用于存储工作流数据
- 创建 DifyWorkflowService 接口和实现类,用于处理工作流运行和数据保存- 添加 WorkflowMapper 和 WorkflowRepository接口,用于工作流数据的映射和持久化
- 在 V1WorkflowController 中集成新的工作流服务
- 更新 MyMetaObjectHandler 以自动填充用户 ID
2025-05-06 11:40:31 +08:00
src feat(dify): 添加工作流数据持久化功能 2025-05-06 11:40:31 +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 perf(connection): 优化数据库连接池配置并升级 Dify 相关依赖 2025-05-06 01:47:11 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端