Spring Boot Javers Integration
Spring Boot Javers Integration: Spring Boot has become a standard in the world of Java enterprise applications. Our Spring Boot starters simplify integrating JaVers with your application. All required JaVers beans are created and auto-configured with reasonable defaults. There are two starters compatible with Spring Data and common persistence stacks: JaVers Spring Boot starter for MongoDB , compatible with Spring Boot starter for Spring Data MongoDB JaVers Spring Boot starter for SQL , compatible with Spring Boot starter for Spring Data JPA Get JaVers Spring Boot starter MongoDB starter Add JaVers MongoDB and Spring Data MongoDB starters to your classpath: compile 'org.javers:javers-spring-boot-starter-mongo:5.6.3' compile 'org.springframework.boot:spring-boot-starter-data-mongodb:' + $SPRING_BOOT_VERSION SQL starter Add JaVers SQL and Spring Data JPA starters to your classpath: compile 'org.javers:javers-sp...