We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请描述您的问题
在springboot3中 format时间没有生效 还是返回
The text was updated successfully, but these errors were encountered: