首页 > 其他 > 详细

swagger 入门

时间:2016-08-06 09:51:41      阅读:218      评论:0      收藏:0      [点我收藏+]

官网:http://swagger.io/

技术分享

 

Swagger UI 下载地址:

https://github.com/swagger-api/swagger-ui

技术分享

文档:README.md

### Download
You can use the swagger-ui code AS-IS! No need to build or recompile--just clone this repo and use the pre-built files in the `dist` folder. If you like swagger-ui as-is, stop here.

注解API:

<!-- http://mvnrepository.com/artifact/io.swagger/swagger-annotations -->
<dependency>
    <groupId>io.swagger</groupId>
    <artifactId>swagger-annotations</artifactId>
    <version>1.5.9</version>
</dependency>

注解示例:

http://www.programcreek.com/java-api-examples/index.php?api=io.swagger.annotations.ApiOperation

技术分享

swagger 入门

原文:http://www.cnblogs.com/zno2/p/5546276.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!