Spring / Spring cloud
What is Spring Cloud?
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems such as,
- configuration management,
- service discovery,
- circuit breakers,
- intelligent routing,
- micro-proxy,
- control bus,
- one-time tokens,
- global locks,
- leadership election,
- distributed sessions,
- and cluster state.
Spring Cloud builds on Spring Boot by providing a bunch of libraries that enhance the behavior of an application when added to the classpath.
More Related questions...