|
@ -12,7 +12,7 @@ spring:
|
|
profiles: jwdev
|
|
profiles: jwdev
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
|
|
|
|
|
|
uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
|
|
|
---
|
|
---
|
|
@ -20,7 +20,7 @@ spring:
|
|
profiles: jwtest
|
|
profiles: jwtest
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
|
|
|
|
|
|
uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
|
|
|
---
|
|
---
|
|
@ -28,7 +28,7 @@ spring:
|
|
profiles: jwdevtest
|
|
profiles: jwdevtest
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
|
|
|
|
|
|
uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
|
|
|
---
|
|
---
|