Airhead 7 anni fa
parent
commit
dab29ac2d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
---