浏览代码

Merge branch 'dev' of yeshijie/jw2.0 into dev

yeshijie 6 年之前
父节点
当前提交
93aebe94f7
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      svr/svr-base/src/main/resources/bootstrap.yml

+ 8 - 0
svr/svr-base/src/main/resources/bootstrap.yml

@ -30,3 +30,11 @@ spring:
    config:
    config:
      uri: ${wlyy.spring.config.uri:http://192.168.120.153:1221}
      uri: ${wlyy.spring.config.uri:http://192.168.120.153:1221}
      label: ${wlyy.spring.config.label:prod}
      label: ${wlyy.spring.config.label:prod}
---
spring:
  profiles: local
  cloud:
    config:
      uri: ${wlyy.spring.config.uri:http://192.168.120.153:1221}
      label: ${wlyy.spring.config.label:local}