Skip to content
Katia edited this page Oct 22, 2017 · 6 revisions

Spring Cloud wiki

Quick Intro

Spring Cloud addresses the needs of cloud-based applications which are basically distributed applications. It includes different sub-projects, like:

  1. Spring Cloud config
  2. Spring Cloud Netflix
    • Eureka
    • Ribbon
    • Feign
    • Hystrix
    • Zuul
  3. Spring Cloud Bus

Spring Cloud Config component is a server which provides centralized, secured application configuration details.The application configuration is served-up over http to the microservices. One solution to store configuration information is using a git repository.

Clone this wiki locally