-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Katia edited this page Oct 22, 2017
·
6 revisions
Spring Cloud addresses the needs of cloud-based applications which are basically distributed applications. It includes different sub-projects, like:
- Spring Cloud config
- Spring Cloud Netflix
- Eureka
- Ribbon
- Feign
- Hystrix
- Zuul
- 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.