-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Labels
Milestone
Description
请描述您的问题
在springboot3中 format时间没有生效 还是返回
{"id":5,"create_time":20250317110356} // 创建时间(Unix时间戳 毫秒)
@TableField(value = "create_time", fill = FieldFill.INSERT)
@JSONField(name = "create_time",ordinal = 14, format = "yyyy-MM-dd HH:mm:ss")
private Long createTime;Reactions are currently unavailable