|
@ -10,10 +10,6 @@ spring:
|
|
#发现服务
|
|
#发现服务
|
|
eureka:
|
|
eureka:
|
|
client:
|
|
client:
|
|
register-with-eureka: false
|
|
|
|
fetch-registry: true
|
|
|
|
healthcheck:
|
|
|
|
enabled: false #监控检查
|
|
|
|
serviceUrl:
|
|
serviceUrl:
|
|
defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka/
|
|
defaultZone: http://jw:jkzl@127.0.0.1:8761/eureka/
|
|
instance:
|
|
instance:
|
|
@ -34,24 +30,20 @@ spring:
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
|
|
profiles: jwtest
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.107:1221}
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.107:1221}
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
main:
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-bean-definition-overriding: true
|
|
config:
|
|
|
|
activate:
|
|
|
|
on-profile: jwtest
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
|
|
profiles: iottest
|
|
cloud:
|
|
cloud:
|
|
config:
|
|
config:
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.109:1221}
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.109:1221}
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
label: ${wlyy-spring.config.label:jwdev}
|
|
config:
|
|
|
|
activate:
|
|
|
|
on-profile: iottest
|
|
|
|
main:
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-bean-definition-overriding: true
|
|
---
|
|
---
|
|
@ -291,4 +283,12 @@ spring:
|
|
label: ${wlyy-spring.config.label:master}
|
|
label: ${wlyy-spring.config.label:master}
|
|
config:
|
|
config:
|
|
activate:
|
|
activate:
|
|
on-profile: mlwTest
|
|
|
|
|
|
on-profile: mlwTest
|
|
|
|
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: qsyyProd
|
|
|
|
cloud:
|
|
|
|
config:
|
|
|
|
uri: ${wlyy-spring.config.uri:http://172.26.0.184:1221}
|
|
|
|
label: ${wlyy-spring.config.label:master}
|