java.lang.IllegalStateException: No parameter name specified for argument of type [java.lang.Integer
Springmvc绑定参数出现的异常(springmvcargumenttype[java.lang.Integer]notavailable)在使用SpringMVC绑定基本类型(如String,Integer等)参数时,应通过@RequestParam注解指定具体的参数名称否则,当源代码在非debug模式下编译后,运行时会引发HandlerMethodInvocationException异常