소스 검색

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

huangzhiyong 6 년 전
부모
커밋
331d2c5f82
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:
      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}