|
@ -20,69 +20,105 @@ eureka:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwdev
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.107:1221}
|
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: jwdev
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.107:1221}
|
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: jwtest
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iottest
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.109:1221}
|
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: iottest
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: iotyanshi
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy.spring.config.uri:http://127.0.0.1:1221}
|
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: iotyanshi
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: qytest
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy-spring.config.uri:http://127.0.0.1:1221}
|
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: qytest
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy.pring.config.uri:http://127.0.0.1:1221}
|
|
|
label: ${wlyy.spring.config.label:master}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: jwprod
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod70
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy.spring.config.uri:http://172.16.1.70:1221}
|
|
|
label: ${wlyy.spring.config.label:master}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: jwprod70
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwOracleProd
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy.spring.config.uri:http://127.0.0.1:1221}
|
|
|
label: ${wlyy.spring.config.label:master}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: jwOracleProd
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: xzprod
|
|
|
cloud:
|
|
|
config:
|
|
|
uri: ${wlyy.pring.config.uri:http://172.16.100.63:1221}
|
|
|
label: ${wlyy.spring.config.label:master}
|
|
|
config:
|
|
|
activate:
|
|
|
on-profile: xzprod
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
---
|
|
|
spring:
|
|
|
profiles: xmjwprod
|