Summary - quickheaven/Microservices-With-Spring GitHub Wiki
Welcome to the Microservices-With-Spring wiki!
Summary
- Microservices - Single System Composed of Small Independent Running Services, Intercommunicating via Open Protocols.
- Spring Boot - The rapid way to build Java Spring Applications
- Spring Cloud - Umbrella project within the Spring IO family of projects and it contains sub-projects which specifically address areas of concern when building microservices in a Cloud environment.
- Spring Cloud Config - Centralized, Versioned Configuration
- Spring Cloud Bus - Dynamic Updates of Configuration
- Spring Cloud Netflix Eureka - Passive Service Discovery
- Spring Cloud Netflix Ribbon - Client Side Load Balancer
- Spring Cloud Netflix Feign - Declarative REST Client
- Spring Cloud Netflix Hystrix - Circuit Breakers