1 Star 0 Fork 0

yanwenhui/db-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
db-swagger.postman_collection.json 3.26 KB
一键复制 编辑 原始数据 按行查看 历史
wenhui.yan2 提交于 2021-11-05 15:09 . 2021-11-05 postman.
{
"info": {
"_postman_id": "6d16594a-9808-4822-9561-b2c0dd4eed31",
"name": "db-swagger",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "生成数据库文档",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}:8080/db/doc?jdbcUrl=&jdbcUsername=&jdbcPassword=&fileType=html&fileName=211104test&tableName=t_nps_answer&tablePrefix=t_nps&version=1.1.2&description=测试呀",
"host": [
"{{baseUrl}}"
],
"port": "8080",
"path": [
"db",
"doc"
],
"query": [
{
"key": "jdbcUrl",
"value": "",
"description": "数据库url(url:prot/数据库名)"
},
{
"key": "jdbcUsername",
"value": "",
"description": "用户名"
},
{
"key": "jdbcPassword",
"value": "",
"description": "密码"
},
{
"key": "fileType",
"value": "html",
"description": "生成文件(html、md、doc)"
},
{
"key": "fileName",
"value": "211104test",
"description": "文件名"
},
{
"key": "tableName",
"value": "t_nps_answer",
"description": "需要生成的表名"
},
{
"key": "tablePrefix",
"value": "t_nps",
"description": "需要生成的表名前缀"
},
{
"key": "tableSuffix",
"value": null,
"description": "需要生成的表名后缀",
"disabled": true
},
{
"key": "ignoreTableName",
"value": null,
"description": "忽略表名(有指定表时忽略不生效)",
"disabled": true
},
{
"key": "ignorePrefix",
"value": "t_nps",
"description": "忽略表前缀(有指定表时忽略不生效)",
"disabled": true
},
{
"key": "ignoreSuffix",
"value": null,
"description": "忽略表后缀(有指定表时忽略不生效)",
"disabled": true
},
{
"key": "version",
"value": "1.1.2",
"description": "版本号"
},
{
"key": "description",
"value": "测试呀",
"description": "描述"
}
]
}
},
"response": []
},
{
"name": "查询表",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}:8080/db/doc/tableList?jdbcUrl=&jdbcUsername=&jdbcPassword=&page=1&size=5&tableName=answer",
"host": [
"{{baseUrl}}"
],
"port": "8080",
"path": [
"db",
"doc",
"tableList"
],
"query": [
{
"key": "jdbcUrl",
"value": "",
"description": "数据库url(url:prot/数据库名)"
},
{
"key": "jdbcUsername",
"value": "",
"description": "用户名"
},
{
"key": "jdbcPassword",
"value": "",
"description": "密码"
},
{
"key": "page",
"value": "1",
"description": "分页"
},
{
"key": "size",
"value": "5",
"description": "大小"
},
{
"key": "tableName",
"value": "answer",
"description": "模糊查询"
}
]
}
},
"response": []
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanwenhui0/db-swagger.git
git@gitee.com:yanwenhui0/db-swagger.git
yanwenhui0
db-swagger
db-swagger
master

搜索帮助