Springmvc : Failed to convert property value of type 'java.lang.String' to int

Failed to convert property value of type 'java.lang.String' to required type 'int' for property

org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 8 errors


Fixed:
Change int to Integer. 


猜你喜欢

转载自never-forget.iteye.com/blog/1833801