JSON parse error: Cannot deserialize value of type `java.time.LocalDateTime` from String
在使用Postman测试Spring Boot项目接口时,接口返回JSON parse error: Cannot deserialize value of type `java.time.LocalDateTime` from String错误,如下图:参数使用JSON格式,POST请求,如下图:createTime变量使用了字符串类型,接口接收参数后将该字...