A project that demonstrates solution to Phantom Reads problem
Read the complete guide here
https://levelup.gitconnected.com/phantom-reads-race-condition-on-database-45a2990efc97
- Install java11
- Install gradle7
- Install docker
- Run
docker compose up -d
in the root dir, it would setup a postgres instance locally - Run
./gradlew test
to run the tests