danielbrumusescu / hibernate-envers-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

If you would like to run the project, you just need to run the main methon in SampleDataJpaApplication.

The project includes a H2 console so you can see on any browser your database. Try:

  1. go to http://localhost:8080/console

  2. In the login form, please add the following information:

JDBC URL: jdbc:h2:mem:testdb username: sa password: (empty password)

More information

All the details of this project are described in this post:

How to use Hibernate Envers to audit data including username

About


Languages

Language:Java 68.5%Language:SQLPL 31.5%