Skip to content
Javers docs1.0

JaVers Spring Boot 4 auto-configuration

Latest stable Based on Javers release 1.0.0

This module wires the bluetape4k JaVers repositories into Spring Boot 4. Add it when the application wants configuration properties and conditional repository beans instead of constructing the repository graph directly.

dependencies {
implementation(platform("io.github.bluetape4k:bluetape4k-dependencies:2.0.0"))
implementation("io.github.bluetape4k.javers:javers-spring-boot4-autoconfigure")
}

Verify repository selection and property binding with:

Terminal window
./gradlew :javers-spring-boot4-autoconfigure:test

The release contract is defined by JaversAutoConfiguration and its configuration test.