org.springframework.web.method.annotation.MethodArgumentTypeMismatchException:

Integer接收了前端的传参,,报错,这个有啥解决方案没
接口:localhost:1111/wenend/man/eventInfo?Id=4294967295

后端接收:

@ApiImplicitParam(name = "id", required = true)

public TrafficEventDto eventInfo(@RequestParam Integer Id) {
}

长度超了,,,
你换成long