Reactive Web Sample

This is a simple project using Spring WebFlux and Project Reactor.

To run the application

  1. Run docker-compose
docker-compose up
  1. Build the project
./gradlew clean build 
  1. Run the Main class
./gradlew bootRun