我现在从别的地方获取到一个 api 接口的 swagger json 定义,我想在我的项目里把 json 用 swaggerUI 的方式显示。怎么做呢?我目前只知道自己项目里的方法加注解可以用 swaggerUi,那把 json 转化为 swaggerUi 怎么做呢。
1
Foralrec 2020-08-13 10:10:11 +08:00
env:
- name: BASE_URL value: / - name: API_URLS value: >- [ {url:'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml',name:'Pet Store Example'}, ] |
2
Rush9999 2020-08-13 10:11:26 +08:00
|
5
Rush9999 2020-08-14 09:31:58 +08:00
|
6
yangxiaopeipei 2020-08-14 16:17:02 +08:00
导入进 yapi
|