Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 457 Bytes

File metadata and controls

16 lines (11 loc) · 457 Bytes

Spring-Boot-Consul-Zuul-Ribbon-POC

Stack Used

  1. Spring Boot
  2. Netflix - Zuul(Routing and Filtering), Ribbon (Load Balancer)
  3. Consul (Service Discovery)

Setup Required

  1. Conusl server a. Download and Install from consul.io b. Add consul home directory in path. c. Run consul agent as a server (consul agent -server -bootstrap -data-dir=/consul-data -ui)

  2. Maven - Download and Install maven