我想打印json在早上和下午收到的日期,但仅打印数值0

问题描述 投票:0回答:1

enter image description here

enter image description here

我要打印{"home_code":"A","mdate":"2019-12-13 03:41:01.am"}{"home_code":"A","mdate":"2019-12-13 03:41:01.pm"} plz帮助

json spring oracle spring-boot mybatis
1个回答
0
投票

@JsonFormat注释日期字段以提供所需的日期格式

更多详细信息,请参考:https://www.baeldung.com/jackson-jsonformat

© www.soinside.com 2019 - 2024. All rights reserved.