This repository contains demo projects to show how install, run and interact with Spring Cloud Eureka( Service Discovery), Spring Cloud Config, Spring Cloud Zuul (Load Balancer), Java and Node.js Microservices.
In Order for this demo application to work we need to start the applications in following manner:
- Spring Cloud Eureka (discovery-server)
- Spring Cloud Config Server
- Spring Cloud Zuul (gateway-service)
- Spring Cloud Config Server Consumer
- Node.js service
- Java service to consume both Node and Config Server Consumer service