Boa tarde. Estou tentando gravar um agendamento..
aparece o seguinte erro:
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Apr 26 14:34:52 BRT 2019 There was an unexpected error (type=Bad Request, status=400). Validation failed for object='contato'. Error count: 1 org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'contato' on field 'data': rejected value [2019-04-25]; codes [typeMismatch.contato.data,typeMismatch.data,typeMismatch.java.time.LocalDateTime,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [contato.data,data]; arguments []; default message [data]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.time.LocalDateTime' for property 'data'; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [java.time.LocalDateTime] for value '2019-04-25'; nested exception is java.lang.IllegalArgumentException: Parse attempt failed for value [2019-04-25]] ....
Como proceder!?