解决Mapper method ‘com.xxx‘ attempted to return null from a method with a primitive return type (xxx)

╰+哭是因爲堅強的太久メ 2023-09-25 15:49 66阅读 0赞

文章目录

    1. 复现错误
    1. 分析错误
    1. 解决错误
    1. 重要总结

1. 复现错误

今天写完页面按钮排序接口,如下代码所示:

  1. @ApiOperationSupport(author = "super先生", order = 8)
  2. @ApiOperation(value = "页面按钮排序")

发表评论

表情:
评论列表 (有 0 条评论,66人围观)

还没有评论,来说两句吧...

相关阅读