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/
The server has a home page with a UI, and HTTP API endpoints per the
-normal Eureka functionality under /eureka/api/*.
/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.