Blogs for you ...

Spring+kotlin+mongo+testcontainer

2020-01-18 testcontainer spring kotlin mongo

Reading time: 2 Min(s)

Example of using test container with kotlin, testcontainer and mongodb Read More

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