Switch eureka endpoint to /eureka

This commit is contained in:
Dave Syer
2014-10-23 11:16:21 -07:00
parent ede1e1e7ac
commit 637f404ead

View File

@@ -9,7 +9,7 @@ eureka:
waitTimeInMsWhenSyncEmpty: 1000
client:
serviceUrl:
defaultZone: http://localhost:8080/eureka/api/
default.defaultZone: http://localhost:8080/eureka/api/
defaultZone: http://localhost:8080/eureka/
default.defaultZone: http://localhost:8080/eureka/
registerWithEureka: false
fetchRegistry: false