This project is implemented for the demo of Spring Data R2DBC.
Execute following command.
docker-compose up -d
It will start PostgreSQL database and Adminer at http://localhost:9080/.
Database connection url:
postgresql://dbuser:dbpassword@localhost:5432/location
./mvnw spring-boot:run