nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type java.util.Date from String "1/5/2023 00:00:00": expected format "yyyy-MM-dd HH:mm:ss"\n at [Source: (PushbackInputStream);
用apipost测试接口传入的json 日期String无法转化为Date

这是我发送的字段
pojo

为什么无法转化呢?