Skip to content

Java Microservices using Spring boot, Spring Flux & Project reactor. Total 3 Microservices interacting with each other in non blocking fashion

Notifications You must be signed in to change notification settings

PS00161093/spring-boot-reactive-webflux

Repository files navigation

reactive-spring-webflux

Spring Webflux

Install Mongo DB in MAC

  • Run the below command to install the MongoDB.
brew services stop mongodb
brew uninstall mongodb

brew tap mongodb/brew
brew install mongodb-community
  • How to restart MongoDB in your local machine.
brew services restart mongodb-community

Install Mongo DB in Windows

  • Follow the steps in the below link to install Mongo db in Windows.

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/

About

Java Microservices using Spring boot, Spring Flux & Project reactor. Total 3 Microservices interacting with each other in non blocking fashion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages