Spring Reactive Boilerplate Spring boot reactive boilerplate includes: Clean Architecture Spring Webflux Spring data r2dbc PostgreSQL Get started 1. Setup environment docker-compose up -d 2. Build project ./mvnw clean install package 3. Run test ./mvnw test 4. Start application ./mvnw spring-boot:run