Przeglądaj źródła

Merge branch 'dev' of http://192.168.1.220:10080/jiwei/wlyy2.0 into dev

huangzhiyong 6 lat temu
rodzic
commit
331d2c5f82
1 zmienionych plików z 8 dodań i 0 usunięć
  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:
      uri: ${wlyy.spring.config.uri:http://192.168.120.153:1221}
      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}