如何使用spring-data-cassandra 1.5.16处理审核字段?

时间:2018-12-10 17:39:11

标签: spring-boot spring-data spring-data-cassandra

我正在寻找一种处理我的应用程序上的创建/更新审核字段的方法,但是对于以下注释(从spring数据依赖项来看),似乎没有为JPA之外的任何内容进行设置:

  • org.springframework.data.annotation.CreatedBy
  • org.springframework.data.annotation.CreatedDate
  • org.springframework.data.annotation.LastModifiedBy
  • org.springframework.data.annotation.LastModifiedDate

是否可以通过更改Repo bean来解决此问题,或者我错过了什么?

0 个答案:

没有答案