2014-10-01 14:56:30 +01:00
2014-10-01 14:56:30 +01:00
2014-09-30 11:08:33 +01:00
2014-07-20 17:10:08 +01:00
2014-07-20 17:15:16 +01:00
2014-10-01 14:56:30 +01:00
2014-09-29 18:09:44 +01:00
2014-07-17 18:12:29 -06:00
2014-09-29 16:44:15 +01:00

// Do not edit this file (go instead to src/main/asciidoc)


This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed systems with battle-tested Netflix components. The 
patterns provided include Service Discovery (Eureka), Circuit Breaker (Hystrix), 
Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon).


== Features

* Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans
* Service Discovery: an embedded Eureka server can be created with declarative Java configuration
* Circuit Breaker: Hystrix clients can be built with a simple annotation-driven method decorator
* Circuit Breaker: embedded Hystrix dashboard with declarative Java configuration
* Declarative REST Client: Feign creates a dynamic implementation of an interface decorated with JAX-RS or Spring MVC annotations
* Client Side Load Balancer: Ribbon
* External Configuration: a bridge from the Sprnig Environment to Archaius (enabls native configuration of Netflix components using Spring Boot conventions)
* Router and Filter: automatic regsitration of Zuul filters,a nd a simple convention over configuration approach to reverse proxy creation

Description
No description provided
Readme 15 MiB
Languages
Java 93.9%
CSS 6%