Browse Source

no peer eureka

Airhead 7 years ago
parent
commit
dab29ac2d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hello-service.yml

+ 1 - 1
hello-service.yml

@ -16,7 +16,7 @@ spring:
eureka:
  client:
    service-url:
      defaultZone: http://peer1:8761/eureka/,http://peer2:8762/eureka/
      defaultZone: http://peer1:8761/eureka/
hello: hello world!xyz12312
---