Spring的Controller请求方法中参数名匹配,但是参数类型不同会报404

举个例子:

@RequestMapping("/getStatus")

public returnType method(int status)


若请求url为/getStatus?status=a,用spring源码调试发现有异常,因为日志级别为info,所有异常没有打印出来。

报错地方

org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(NativeWebRequest, ModelAndViewContainer, Object...)的162行catch块


异常栈:

org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'merchantAppInfo' on field 'status': rejected value [a]; codes [typeMismatch.merchantAppInfo.status,typeMismatch.status,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [merchantAppInfo.status,status]; arguments []; default message [status]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'status'; nested exception is java.lang.NumberFormatException: For input string: "a"]


问题原因是转换为int时出错了。

感觉这里spring处理有点不合适,没讲错误信息提示出来。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值