Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 823 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 823 Bytes

Spring Reactive Boilerplate

Codecov Maven Central GitHub

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