dify代理管理端
- 新增 DifyServeService 服务类,实现应用列表获取和持久化- 添加 DifyServeMapper 和 DifyServeRepository 接口 - 创建 AppsResponse 实体类,用于存储应用响应数据 - 新增 V1ServeController 控制器,提供应用列表接口 - 在 application-dev.yml 中添加 Dify 服务器配置信息 - 移除不必要的 SseController 和 WebConfig 类 |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
compose.yaml | ||
LICENSE | ||
pom.xml | ||
README.md |
dify-proxy-backend
dify代理管理端