swagger-ui註解常用的說明

  類註解 :@Api(description = "發票擡頭相關") 接口(方法)註解:@ApiOperation( "新增發票擡頭") 方法屬性:@ApiParam(value ="發票id"  ,name = 「id",required ="true" )         @ApiParam()和原有的 spring-web 註解不衝突 例如 可以一同使用
相關文章
相關標籤/搜索