org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'cstService' on field 'svr_create_date': rejected value [2019-08-14]; codes
[typeMismatch.cstService.svr_create_date,typeMismatch.svr_create_date,typeMismatch.java.util.Date,typeMismatch]; arguments
[org.springframework.context.support.DefaultMessageSourceResolvable: codes [cstService.svr_create_date,svr_create_date];
arguments []; default message [svr_create_date]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'svr_create_date'; nested exception is
org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.lang.String to type
@org.springframework.format.annotation.DateTimeFormat java.util.Date for value '2019-08-14'; nested exception is
java.lang.IllegalArgumentException: Invalid format: "2019-08-14" is too short]


