Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "undefined
这什么意思,求解答
你的参数里面有个Integer类型,实际上传的是字符串,可以在对应的参数字段加个@NumberFormat注解