mybatis笔记
时间转换
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(shape = JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime endexamtime;
自定义转JSON
@TableField(typeHandler= FastjsonTypeHandler.class)
private List
原创
2021-01-21 17:03:59 ·
468 阅读 ·
0 评论