Browse Source

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

yeshijie 6 years ago
parent
commit
93aebe94f7
1 changed files with 8 additions and 0 deletions
  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}