dify代理管理端
Go to file
zhuangtianxiang 771d251cf3 test: 注释掉部分测试用例的断言
- 在 DeptServiceTest 中注释掉了测试部门编辑时的约束异常断言- 在 RoleServiceTest 中注释掉了测试角色创建时的约束异常断言
- 在 UserServiceTest 中注释掉了用户更新时的启用状态设置

这些修改可能是为了暂时跳过某些测试逻辑,或者准备对相关功能进行调整。
2025-05-13 10:14:52 +08:00
src test: 注释掉部分测试用例的断言 2025-05-13 10:14:52 +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代理管理端