使用Swagger2构建RESTful API文档遇到的坑时间:2021-07-05 05:43:25 @ApiImplicitParam(name = "id", value = "用户ID",required = true, dataType = "Long")这个里面少了一个参数:paramType="path",否则无法从路径中获得id值。