Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 566 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 566 Bytes

Reactive Spring Boot Demo

This is a demo to test out reactive spring boot.

Tech Stack:

  • Java 11
  • Spring WebFlux
  • R2DBC
  • PostgresSQL
  • Flyway
  • Docker
  • OpenApi/Swagger
  • Junit 5

Prerequisites:

  • Java 11
  • Docker needs to be installed.

Set-up Steps:

  • Clone Repo.
  • Enter code directory:
    • Run command docker-compose up -d
    • Run command mvn clean install
    • Run command mvn spring-boot:run

API Documentation: