Explorar el Código

no peer eureka

Airhead hace 7 años
padre
commit
dab29ac2d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
---