返回的实体中时间格式为时间戳, 这时候可以使用Spring Boot内置的Jackson @JsonFormat注解进行转换
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") private Date createTime;