0
    @FutureOrPresent(message = "Invalid Past Time")
    @DateTimeFormat(iso = DateTimeFormat.ISO.TIME)
       @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "h:mm a")
    private LocalTime appointmentTime;

约会时间 :::>> 当我使用邮递员测试我的 api 并设置过去的时间 {"appointmentTime":"some past time"} 它运行良好并且不允许我使用过去的时间但是当我部署到 heroku 并设置过去的时间它不起作用并接受过去的时间为什么?

4

0 回答 0