attribute value must be constant

attribute value must be constant_第1张图片

attribute value must be constant:属性值必须是常量

dataType = Long Long不是常量,是类。

解决方法:加双引号

  @ApiImplicitParam(name = "id",value = "用户ID",required = true,dataType = "Long")

你可能感兴趣的:(spring-boot)