-
Notifications
You must be signed in to change notification settings - Fork 5
数据导入Data Import
Libby edited this page Jan 17, 2022
·
4 revisions
- 对于不同的数据管理平台和不同的rap版本平台之间,能够实现数据便捷的迁移和接口的快速创建
- 点击仓库中的
导入
按钮,弹出导入操作窗口
-
选择数据来源、合并方式,粘贴导入数据,点击
提交
- 数据来源
如果数据来源为swagger或者rap,则支持url或者数据两种方式导入
- 合并方式
如果合并方式选择
新增
,那么将始终创建新接口如果合并方式选择
覆盖
,那么除锁定接口外,同url与method的接口将进行数据覆盖
- For different data management platforms and different rap version platforms, it can realize convenient data migration and rapid interface creation
- Press the
import
button in the repository page, it will pop the import modal
-
Select the data resource、merge pattern、past the data, then press the
submit
button;- data resource
If the data resource is swagger or rap, it will support url or copy data to import;
- merge pattern
If choose the
Add new
mode, it will always create new interfaces;If choose the
Cover
mode, it will overlaps the same url and method interfaces except the locked