How to use JHipster and Hibernate Envers
I am having trouble figuring out how to use Hibernate Envers and JHipster. I am using PostgreSQL to store the data, and latest Jhipster 2.6.0 I just generated a JHipster application, with no modifications at all. The User domain class extends the AbstractAuditingEntity class, which has the @Audited annotation, but when editing a user there's no t_user_aud table created in the database. Is there any configuration needed in order to have Hibernate Envers saving modifications ? I've got a github repository that shows how to add it for postgres for jhipster 2.6.0 Once you have your jhipster app