赞
踩
1.访问 http://localhost:8080/swagger-ui.html
- <!-- swagger-ui -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>2.5.0</version>
- </dependency>
2.访问 http://localhost:8080/doc.html
- <!-- 引入swagger-bootstrap-ui包 /doc.html-->
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>swagger-bootstrap-ui</artifactId>
- <version>1.9.1</version>
- </dependency>
3.访问 http://localhost:8080/docs.html
- <!-- 引入swagger-ui-layer包 /docs.html-->
- <dependency>
- <groupId>com.github.caspar-chen</groupId>
- <artifactId>swagger-ui-layer</artifactId>
- <version>1.1.3</version>
- </dependency>
4.访问 http://localhost:8080/document.html
- <!-- 引入swagger-ui-layer包 /document.html-->
- <dependency>
- <groupId>com.zyplayer</groupId>
- <artifactId>swagger-mg-ui</artifactId>
- <version>1.0.6</version>
- </dependency>
参考https://www.oschina.net/news/101720/swagger-bootstrap-ui-1-8-7-released
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。