项目-StringBoot说明

Swagger提供项目的API的Restful API文档的注解

  @ApiOperation(value = “接口说明”, httpMethod = “接口请求方式”, response = “接口返回参数类型”, notes = “接口发布说明”;其他参数可参考源码; 

  @ApiParam(required = “是否必须参数”, name = “参数名称”, value = “参数具体描述”

 

posted @ 2018-06-27 14:51  suilin1  阅读(180)  评论(0)    收藏  举报