Example & Tutorial understanding programming in easy ways.

What are Features of Spring Cloud ?

Spring Cloud focuses on providing good out of box experience for typical use cases and extensible mechanism to cover others.


  •  Distributed/versioned configuration
  •  Service registration and discovery
  •  Routing
  •  Service-to-service calls
  •  Load balancing
  •  Circuit Breakers
  •  Global locks
  •  Leadership election and cluster state
  •  Distributed messaging

Read More →