dify代理管理端
Go to file
zhuangtianxiang 9626d39c19 refactor(exception): 优化异常处理逻辑
- 新增 ExceptionUtil工具类,用于统一处理异常
- 在 V1DatasetController 中使用 ExceptionUtil.difyException 方法包裹可能抛出异常的代码
- 移除 V1ChatController 中未使用的 Mono 导包
- 删除 ApiExceptionHandler 中的 TODO 注释
2025-05-08 16:31:36 +08:00
src refactor(exception): 优化异常处理逻辑 2025-05-08 16:31:36 +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代理管理端