解决Mapper method ‘com.xxx‘ attempted to return null from a method with a primitive return type (xxx)
文章目录 1. 复现错误 2. 分析错误 3. 解决错误 3. 重要总结 1. 复现错误 今天写完 页面按钮排序 接口,如下代码所示: @ApiOperationSupport(author = "super先生", order = 8) @ApiOperation(value = "页面按钮排序") 版权声明:本文为lvoelife原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原…