我正在寻找一种处理我的应用程序上的创建/更新审核字段的方法,但是对于以下注释(从spring数据依赖项来看),似乎没有为JPA之外的任何内容进行设置:
- org.springframework.data.annotation.CreatedBy
- org.springframework.data.annotation.CreatedDate
- org.springframework.data.annotation.LastModifiedBy
- org.springframework.data.annotation.LastModifiedDate
是否可以通过更改Repo bean来解决此问题,或者我错过了什么?