当前位置: 代码迷 >> 综合 >> RoleMapper.deleteRole attempted to return null from a method with a primitive return type (int).
  详细解决方案

RoleMapper.deleteRole attempted to return null from a method with a primitive return type (int).

热度:104   发布时间:2023-11-20 07:24:17.0

sprinboot出现错误:
RoleMapper.deleteRole attempted to return null from a method with a primitive return type (int).

这是一个非常低级的错误,粗心马大哈!具体错误看图:
在这里插入图片描述对于这种问题,绑定异常极大可能就是在mapper接口、以及mapper.xml中出错。经过我仔细的检查代码,发现了问题:
在这里插入图片描述
真的是无语!!!select写多了。

  相关解决方案