Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我所知,spring-data-mongodb项目(1.1.1.RELEASE版本)中不支持org.springframework.data.domain.Auditable。有没有人有一些提示或参考如何实现这个功能?
Spring Data MongoDB 的下一个版本中即将提供支持。该实现不仅包含Auditable支持,还包含 Spring Data Commons 中引入的基于注释的支持(即使用的能力@CreatedBy,@LastModifiedDate更具体地说明应该设置什么并防止需要实现接口)。相关的 JIRA 问题在这里,相应的提交在这里。如果您想试一试,请随时从我们的Maven 存储库中获取快照构建。
Auditable
@CreatedBy
@LastModifiedDate