摘要: 1.@ApiParam,就是用于swagger提供开发者文档,文档中生成的注释内容。 @ApiOperation( value = "编辑公告", notes = "编辑公告", httpMethod = "POST" ) @RequestMapping( value = "/edit", meth 阅读全文
posted @ 2022-07-20 17:48 疯子110 阅读(1171) 评论(0) 推荐(0)