https://github.com/AiJiangnan/SwaggerUI
SwaggerUI自定义接口展示页面
https://github.com/AiJiangnan/SwaggerUI
iview3 java vue
Last synced: about 1 year ago
JSON representation
SwaggerUI自定义接口展示页面
- Host: GitHub
- URL: https://github.com/AiJiangnan/SwaggerUI
- Owner: AiJiangnan
- License: apache-2.0
- Created: 2018-12-26T02:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T07:49:11.000Z (about 7 years ago)
- Last Synced: 2024-05-14T11:57:06.734Z (about 2 years ago)
- Topics: iview3, java, vue
- Language: Vue
- Size: 119 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-ui
文档:http://swaggerui.codeartist.cn
## 一、如何使用
确保后台项目整合了`Swagger`,如果是Maven项目,在`pom.xml`文件中添加:
```xml
io.springfox
springfox-swagger2
${swagger.version}
```
将本Vue项目运行`npm run build`打包静态页面,然后将静态页面集成到后台项目中。
## 二、License
Apache License 2.0
## 三、问题反馈
问题或建议,请访问[这里](https://github.com/AiJiangnan/SwaggerUI/issues/new)。