其他分享
首页 > 其他分享> > 后端开发记事

后端开发记事

作者:互联网

1. 在开发过程中,前端没有捕获到int类型的id 报错

查阅资料后应该为

Optional int parameter 'xx' is present but cannot be translated into a null value!!_博客菜鸟飞飞飞的博客-CSDN博客

int不接受为null,所以当bean中的类属性为int时,返回值没有设置,会自动为0.

以后要注意为Integer

标签:int,菜鸟,into,博客,开发,报错,记事,null
来源: https://blog.csdn.net/Tyrant_em/article/details/123060383