使用JsonFormat注解
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private java.util.Date sendDate;
使用mybatis,数据库MySQL
<result column="send_date" property="sendDate" jdbcType="TIMESTAMP" />
其他来自网络的其他解决方法:http://blog.csdn.net/chenleixing/article/details/45190371