org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.util.Date` from String "2019-12-16 06:11:08": not a valid representation (error: Failed to parse Date value '2019-12-16 06:11:08': Cannot parse date "2019-12-16 06:11:08": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSZ', parsing fails (leniency? null));
對於出現這樣的錯誤,說明是字符串轉換成日期對象出錯,實體類中的日期字段設置指定日期格式化的格式
檢查傳遞的參數的字符串日期格式是否是上面設置的格式