-
Notifications
You must be signed in to change notification settings - Fork 0
Summary
Arjie Cristobal edited this page Sep 17, 2017
·
2 revisions
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