|
@ -16,6 +16,13 @@ spring:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
@ -25,6 +32,14 @@ spring:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
@ -32,4 +47,12 @@ spring:
|
|
|
config:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|