【前后端联调】MethodArgumentNotValidException

【前后端联调】MethodArgumentNotValidException

01 问题描述

  • 前后端联调,前端传了一个参数是null,但是这个参数设置了校验不能为null,所以报了这个错误
handleMethodArgumentNotValidException,132] - Validation failed for argument [0] in public com.ruoyi.common.core.domain.AjaxResult com.ruoyi.ms111.demos.web.CompressPictureController.putSize(com.ruoyi.ms111.entity.ImageSize) with 2 errors: [Field error in object 'imageSize' on field 'imagePath': rejected value [null]; 
codes [NotNull.imageSize.imagePath,NotNull.imagePath,NotNull.java.lang.String,NotNull]; 
arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [imageSize.imagePath,imagePath]; arguments []; default message [imagePath]]; default message [图片不能为空]] [Field error in object 'imageSize' on field 'format': rejected value [null]; 
codes [NotNull.imageSize.format,NotNull.format,NotNull.java.lang.Integer,NotNull]; 
arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [imageSize.format,format]; arguments []; default message [format]]; default message [图片格式不能为空]] 

02 问题分析

  • 前端传参的问题,前后端两边商量一下参数,统一一下数据能不能为null就好

03 问题解决

  • 后端要改的话,我使用的是lombok的@NotNull,删除就好
  • 但是对了一下需求,我打赢前端了,让他别传null就好,我这边不用改
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

宣布无人罪

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值