fastJson版本过高

由于fastJson版本过高导致的错误

com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2020-06-15 10:53:39": not a valid representation 

错误日志

nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.util.Date` from String "2020-04-15 10:53:39": not a valid representation (error: Failed to parse Date value '2020-06-15 10:53:39': Cannot parse date "2020-06-15 10:53:39": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSZ', parsing fails (leniency? null)); nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2020-06-15 10:53:39": not a valid representation (error: Failed to parse Date value '2020-06-15 10:53:39': Cannot parse date "2020-06-15 10:53:39": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSZ', parsing fails (leniency? null))

你可能感兴趣的:(fastJson版本过高)