Skip to content

AiJiangnan/SwaggerUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-ui

文档:http://swaggerui.codeartist.cn

一、如何使用

确保后台项目整合了Swagger,如果是Maven项目,在pom.xml文件中添加:

<dependency>
    <groupId>io.springfox</groupId>
    <artifactId>springfox-swagger2</artifactId>
    <version>${swagger.version}</version>
</dependency>

将本Vue项目运行npm run build打包静态页面,然后将静态页面集成到后台项目中。

二、License

Apache License 2.0

三、问题反馈

问题或建议,请访问这里