时间格式的处理,前端的时间显示2020-12-22T16:02:00.000+0000


前端时间格式问题

时间格式的处理,前端的时间显示2020-12-22T16:02:00.000+0000_第1张图片


**

解决方案: 在实体类上加注解

**

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")

在这里插入图片描述
**

问题解决

时间格式的处理,前端的时间显示2020-12-22T16:02:00.000+0000_第2张图片

**

你可能感兴趣的:(SpringBoot框架搭建,Spring,数据库)