SpringBoot /SpringMVC 时间格式化不正确问题

一.SpringBoot后端查询到数据库后返回前端是时间戳要全局变成日期格式则需如下配置:

1.导入jar


spring-boot-starter-data-rest

2.配置yml


yml配置

3.在过滤器里配置


在过滤器里配置


二.SpringMVC后端查询到数据库后返回前端是时间戳要全局变成日期格式则需如下配置:


在Springmvc.xml中配置

你可能感兴趣的:(SpringBoot /SpringMVC 时间格式化不正确问题)