课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
?????
2020-12-03
源自:SpringBoot构建电商基础秒杀项目 3-5
正在回答
已解决:再重写
@Override public UserModel getUserById(Integer id){ UserDo userDo = userDoMapper.selectByPrimaryKey(id); if (userDo==null){ return null; } }时 未判空
断点查看到 都没有走到 if 判断userModel 为空的之后的逻辑,直接查询时就报空指针了
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
2 回答BusinessException :null 急需解决
2 回答说没办法强转成 BusinessException
1 回答service实现类里面的throw new BusinessException(),没有在页面显示出来,只有控制台,但是controller里面的成功
1 回答关于未知错误的处理。null指针还能set?BusinessException is never thrown in the method
5 回答Exception 强转 BusinessException 不成功 java.lang.ClassCastException: java.lang.NullPointerException cannot be cast to com.dmsc.error.BusinessException at com.dmsc.conrtoller.UserConrtoller.handlerException(UserConrtoller.java:46) ~[classes/:na]