接入 swagger + knife4j 组件,实现 API 接口文档

This commit is contained in:
YunaiV
2021-01-02 13:13:08 +08:00
parent 0e338839d7
commit ca90fcb8fa
7 changed files with 512 additions and 267 deletions

5
http-client.env.json Normal file
View File

@ -0,0 +1,5 @@
{
"local": {
"baseUrl": "http://127.0.0.1:8080"
}
}