Skip to content

@JSONField(format="")设置无效 #380

@youandeanyou

Description

@youandeanyou

2.0.5版本中,实体类中时间字段设置@JSONField(format="")注解后,只有JSON.toJSONString()可以生效,但对外输出只依赖全局设置的dateFormat。

示例代码:
https://github.com/youandeanyou/springboot-demo
访问 http://localhost:8081/test
期望结果:{"current":"2022-05-30 10:35:56","history":"2022-05-30 10","tomorrow":"2022-05-30 10:35","yesterday":"2022-05-30"}
实际结果:{"current":"2022-05-30 10:35:56","history":"2022-05-30 10:35:56","tomorrow":"2022-05-30 10:35:56","yesterday":"2022-05-30 00:00:00"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions