DEBUG[http-apr-8080-exec-2]- Failed to resolve argument 0of type 'entity.User'
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult:1 errors
Field error in object 'user' on field 'birthday': rejected value [2019-10-15]; codes [typeMismatch.user.birthday,typeMismatch.birthday,typeMismatch.java.util.Date,typeMismatch];
arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [user.birthday,birthday]; arguments [];default message [birthday]];default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date'for property 'birthday';
nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [java.util.Date]for value '2019-10-15';
nested exception is java.lang.IllegalArgumentException]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.