@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")private LocalDateTime buriedTime;
详细解决方案
PostMan 请求LocalDateTime参数输入和返
热度:58 发布时间:2023-10-22 11:45:07.0
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")private LocalDateTime buriedTime;