Browse Source

no peer eureka

Airhead 7 năm trước cách đây
mục cha
commit
dab29ac2d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
---