Skip to content
Javers docs1.0

JaVers Ktor example

Latest stable Based on Javers release 1.0.0

This example exposes an order command flow through Ktor while Exposed owns current state and JaVers records audit history. It keeps HTTP validation, blocking database work, and audit boundaries visible.

Terminal window
./gradlew :examples-javers-ktor:test

Start with the application entry point, then inspect the integration test. The PostgreSQL integration path needs Docker; the remaining tests provide the smaller feedback loop.