This repository is based on piomin/sample-spring-reactive

and blog Reactive microservices with Spring 5. all versions are updated to the latest according to the updated date.

Install Docker first:

Install Docker for Mac

Learn Docker for MongoDB

Run Docker for MongoDB:

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

Run Maven at root folder:

mvn clean install

cd to account-server folder and run mvn spring-boot:run

open browser localhost:2222

cd to customer service folder and run mvn spring-boot:run

open browser localhost:2223