mybatis plus + oracle date时间样式问题 2018-04-09T17:48:22.000+08:00
使用mybatis plus读取 oracle的date时间类型,查询结果类型为2018-04-09T17:48:22.000+08:00处理方法:@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
public Date getCreateTime() {
return createTime;
}
在javaBe...
原创
2018-04-12 13:55:01 ·
7544 阅读 ·
0 评论