Update docs and tests for /eureka path

This commit is contained in:
Dave Syer
2014-10-23 06:56:53 -07:00
parent 5055b46e24
commit df0d44d153
4 changed files with 9 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ public class Application {
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8080/v2/
defaultZone: http://localhost:8761/eureka/api/
```
The default application name, virtual host and non-secure port are taken from the `Environment` is
@@ -89,7 +89,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 https://github.com/cfregly/fluxcapacitor/wiki/NetflixOSS-FAQ#eureka-service-discovery-load-balancer[flux capacitor] and https://groups.google.com/forum/?fromgroups#!topic/eureka_netflix/g3p2r7gHnN0[google group discussion].