Browse Source

物联网修改

yeshijie 4 years ago
parent
commit
ea3353fb8f
1 changed files with 12 additions and 0 deletions
  1. 12 0
      server/svr-configuration/src/main/resources/bootstrap.yml

+ 12 - 0
server/svr-configuration/src/main/resources/bootstrap.yml

@ -39,6 +39,18 @@ spring:
          basedir: /usr/local/wlyy2.0-config
        default-label: ${wlyy.spring.config.git.label:jwdev}
---
spring:
  profiles: iotyanshi
##git配置
  cloud:
    config:
      failFast: true #启动快速失败 即链接不到配置服务就启动失败
      server:
        git:
          uri: ${wlyy.spring.config.git.uri:http://192.168.1.220:10080/Amoy2/wlyy2.0.config.git}
          basedir: /usr/local/wlyy2.0-config
        default-label: ${wlyy.spring.config.git.label:jwdev}
---
spring:
  profiles: qytest
##git配置