如何在 spring 4 中覆盖审计字段 @CreatedDate ?实体中的示例代码
@Column(name = "begin_date")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@CreatedDate
private Date beginDate;
我尝试通过 Web 表单设置字段值,但仍然存在当前日期时间
如何在 spring 4 中覆盖审计字段 @CreatedDate ?实体中的示例代码
@Column(name = "begin_date")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@CreatedDate
private Date beginDate;
我尝试通过 Web 表单设置字段值,但仍然存在当前日期时间