使用hibernate審計和jpa實現歷史記錄表

1.首先在須要記錄歷史的Entity上加@Auditedspring     對不須要審計的字段能夠加@NotAuditedhibernate   2.配置文件中加上自定義審計歷史表後綴code spring.jpa.properties.org.hibernate.envers.audit_table_suffix=_history 而後Entity的任何改動都會在history表記錄了it
相關文章
相關標籤/搜索