0

I've seen you can use JaVers to serialize changes to a database, but I can't find a good example about Spring or Hibernate integration. I would also know if I can change the generated table names and columns.

Thank!

Monkiki
  • 109
  • 2
  • 10

1 Answers1

0

In Javers doc, there is the example you are looking for: http://javers.org/documentation/spring-integration/#spring-jpa-example

If you are using Spring Boot, examples for JaVers Spring Boot starter for SQL http://javers.org/documentation/spring-boot-integration/

We recommend using the second option - JaVers Spring Boot starter

Bartek Walacik
  • 3,386
  • 1
  • 9
  • 14