1 Star 0 Fork 3

造风者/zaozao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apitest.yaml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
CodeHub 提交于 2020-06-09 17:23 . modify by pipeline
swagger: '2.0'
info:
description: DEMO APP
version: '1.0'
title: DEMO APP
termsOfService: /service/
contact:
name: SONGMING 399465
license:
name: DEMOAPP License
schemes:
- http
basePath: /
tags:
- name: param-test-controller
description: 'Param Test Api Of Service Under Test '
- name: header-test-controller
description: 'Header Test Api Of Service Under Test '
- name: method-test-controller
description: 'Method Test Api Of Service Under Test '
paths:
/api/hello-world:
get:
tags:
- header-test-controller
summary: hello-world
description: hello-world
operationId: helloWorld
consumes:
- application/json
produces:
- application/json;charset=utf-8
parameters:
- name: name
in: query
description: 名字
required: false
default: devcloud
type: string
schema:
type: string
responses:
'200':
description: OK
schema:
type: object
additionalProperties:
type: object
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/qidianweilai/zaozao.git
git@gitee.com:qidianweilai/zaozao.git
qidianweilai
zaozao
zaozao
master

搜索帮助