Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 433 Bytes

Overview

This application demonstrates main concerns of reactive applications design with Spring 5 WebFlux & Reactor with different integrations such as WebClient or Spring Data MongoDB.

Run

MongoDB running on localhost:27017 required. Could be quickly launched with Docker:

docker run --name some-mongo -p 0.0.0.0:27017:27017 -d mongo

To run application with Maven and Spring Boot:

mvn spring-boot:run