Springboot 2.5 @PostMapping("/cart/product")
public Response addProduct(@RequestBody Map<Stringw.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON
我在将JSON映射到具有LocalDateTime的DTO时遇到了一个问题。我关注了这个帖子:JSON parse error: Can not construct instance of java.time.LocalDate: no String-argument constructor添加到build.gradle implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.0' 下面是我的DTO中