|
@ -62,4 +62,11 @@ spring:
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy.pring.config.uri:http://192.168.120.210:1221}
|
|
uri: ${wlyy.pring.config.uri:http://192.168.120.210:1221}
|
|
|
|
label: ${wlyy.spring.config.label:master}
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: xmjwlocal
|
|
|
|
cloud:
|
|
|
|
config:
|
|
|
|
uri: ${wlyy.pring.config.uri:http://10.95.22.193:1221}
|
|
label: ${wlyy.spring.config.label:master}
|
|
label: ${wlyy.spring.config.label:master}
|