From 4aa29c127bdd3ddcd580c1e0831deac993e74f16 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 23 Oct 2014 13:59:49 +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 ea3e921..aac9c0e 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1232,7 +1232,7 @@ public class Application {
eureka:
   client:
     serviceUrl:
-      defaultZone: http://localhost:8080/v2/
+ defaultZone: http://localhost:8761/eureka/api/
@@ -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 /v2/*.

+normal Eureka functionality under /eureka/api/*.

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.