Airhead 7 lat temu
rodzic
commit
fc57008c40
1 zmienionych plików z 8 dodań i 1 usunięć
  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: