Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
link: https://github.com/actiontech/dms-ee/issues/570
倒入数据源之前,实现批量校验数据源联通性和权限校验的功能
Description
新增DB服务权限检查请求/响应结构
实现并发DB服务权限校验逻辑
添加新的API接口和处理函数
更新Swagger文档与路由配置
Changes walkthrough 📝
5 files
新增Swagger权限检查数据结构定义
增加权限检查API处理函数
更新路由,添加权限检查接口
加入并发权限校验业务逻辑实现
实现服务层权限检查接口调用
2 files
更新Swagger定义新权限检查接口
补充Swagger文档新权限检查入口