An open API service indexing awesome lists of open source software.

https://github.com/AiJiangnan/SwaggerUI

SwaggerUI自定义接口展示页面
https://github.com/AiJiangnan/SwaggerUI

iview3 java vue

Last synced: about 1 year ago
JSON representation

SwaggerUI自定义接口展示页面

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)。