@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date startTime;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date endTime;
springboot controller入参数 时间注解,加字段上
最新推荐文章于 2024-08-17 15:58:22 发布
这篇博客主要探讨了在Java中如何使用`@DateTimeFormat`和`@JsonFormat`注解来处理`Date`类型的startTime和endTime,确保日期时间的格式化为`yyyy-MM-dd HH:mm:ss`,以便于数据序列化和反序列化。
摘要由CSDN通过智能技术生成