基于jackson注释@JsonFormat 格式化时间少8小时

来源:互联网 发布:我国农产品进出口数据 编辑:程序博客网 时间:2024/05/22 17:49

@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+8")@Indexed(direction = IndexDirection.DESCENDING)private LocalDateTime createdate;

从mongodb中取得数据后,添加时区控制

0 0