Remove superfluous directive. Fixes gh-3756.

This commit is contained in:
Olga Maciaszek-Sharma
2020-04-14 21:38:46 +02:00
parent 17b9002fef
commit 61d2f956e3

View File

@@ -1,5 +1,3 @@
include::_attributes.adoc[]
Spring Cloud Netflix 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