瀏覽代碼

edit config

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: