【SpringBoot】在上传数据时报JSON parse error: Can not deserialize value of type java.util.Date from String
问题描述:
由客户端上传的json数据中Date字段格式为“2018-10-25 15:58:31”,测试调用时报如下错误:
org.springframework.http.converter.HttpMessageNotReadableException:
JSON parse error: Can not deserialize value of type java.util.Date from String
"2018-10-25 15:58:31": not a valid repres
原创
2020-11-05 17:13:02 ·
383 阅读 ·
0 评论