Spring Cloud provides developers with the tools to quickly build common patterns in distributed systems (such as configuration management, service discovery, circuit breakers, intelligent routing, micro-proxies, control buses). the coordination of distributed systems has led to boilerplate patterns, and the use of spring cloud developers can quickly support services and applications that implement these patterns. They will work well in any distributed environment, including developers ' own laptops, bare metal data centers, and hosted platforms such as Cloud Foundry.
features
Spring Cloud is focused on providing a good out-of-the-box experience with typical use cases and extensibility mechanisms covered.
Distributed/versioned Configuration
Service Registration and Discovery
Routing
Service-to-service Call
Load Balancing
Circuit Breaker
Distributed messaging Source
Learn about Spring cloud features with me