|
@ -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配置
|