From 489c16c7365cea5a72839eafa6fc8a6cbd4a542d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 23 Oct 2014 18:23:08 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 75743a2..cce34e3 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1232,7 +1232,7 @@ public class Application {
eureka:
   client:
     serviceUrl:
-      defaultZone: http://localhost:8761/eureka/api/
+ defaultZone: http://localhost:8761/eureka/
@@ -1290,7 +1290,7 @@ public class Application {

The server has a home page with a UI, and HTTP API endpoints per the -normal Eureka functionality under /eureka/api/*.

+normal Eureka functionality under /eureka/*.

Eureka background reading: see flux capacitor and google group discussion.

@@ -1903,7 +1903,7 @@ and puts it in a request header for the downstream requests.