数据库字段时间字段设置类型为datetime时,查询返回值并不是想要的格式。 gmt_create datetime not null comm
数据库字段时间字段设置类型为datetime时,查询返回值并不是想要的格式。
gmt_create datetime not null comment '创建时间', gmt_modified datetime not null comment '修改时间',
我们可以采用下面方法处理:
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JSONFormat( pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8" ) private Date gmtCreate; @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @jsonFormat( pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8" ) private Date gmtModified;
<result column="gmt_create" property="gmtCreate"/> <result column="gmt_modified" property="gmtModified"/>
来源地址:https://blog.csdn.net/nianqrzhanghw/article/details/127850631
--结束END--
本文标题: mybatis查询时间字段格式化处理
本文链接: https://lsjlt.com/news/399532.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0