-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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
Labels
bugSomething isn't workingSomething isn't working