Spring & jOOQ & FlyWay & Postgres

This PoC verifies how Transactions works for JOOQ with Spring

Application has two maven build profiles

  • testcontainers
  • local

Build with testcontainers

./mvnw clean verify

Build with local Database

docker-compose up -d
./mvnw clean verify -P '!testcontainers, local'