Blogs for you ...
JPA EntityListner example with Spring Boot 1.5.1
2017-04-25 ApplicationContext Audit JPA Simple Spring Program Spring Spring Boot
Reading time: 4 Min(s)To audit any transaction table you can use EntityListener Annotation of the JPA. JPA provide the EntityListener annotations that attach a listener class with the entity that you want to audit. Read More