瀏覽代碼

发现服务地址更新

zdm 6 年之前
父節點
當前提交
d0c51e03b0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      svr/svr-wlyy-health-bank/src/main/resources/bootstrap.yml

+ 2 - 2
svr/svr-wlyy-health-bank/src/main/resources/bootstrap.yml

@ -12,7 +12,7 @@ spring:
  profiles: jwdev
  cloud:
    config:
      uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
      uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
      label: ${wlyy.spring.config.label:jwdev}
---
@ -20,7 +20,7 @@ spring:
  profiles: jwtest
  cloud:
    config:
      uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
      uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
      label: ${wlyy.spring.config.label:jwdev}