Sample application to support GitHub issue:
- Create new PostgreSQL database with name
uuid_example
.
createdb -h localhost -p 5432 -U $USER uuid_example
- Clone this project
git clone https://github.com/dmitrygusev/postgresql-uuid-example.git
cd postgresql-uuid-example
- Apply database migrations
./gradlew update
- Run tests
./gradlew test