Airhead пре 7 година
родитељ
комит
fc57008c40
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8 1
      hello-service.yml

+ 8 - 1
hello-service.yml

@ -1,5 +1,8 @@
server:
  port: 9000
management:
  security:
    enabled: false
---
spring:
@ -10,7 +13,11 @@ spring:
    username: guest
    password: guest
hello: hello world!xxxx
eureka:
  client:
    service-url:
      defaultZone: http://peer1:8761/eureka/,http://peer2:8762/eureka/
hello: hello world!xyz
---
spring: