做殡葬名片的网站郑州网络推广代理
以Springboot项目为例
- 在实体类上加上注解
@EntityListeners(AuditingEntityListener.class)
- 在相应的字段上添加对应的时间注解
@LastModifiedDate和@CreatedDate
- Application启动类中添加注解
@EnableJpaAuditing
以Springboot项目为例
@EntityListeners(AuditingEntityListener.class)
@LastModifiedDate 和 @CreatedDate
@EnableJpaAuditing