Fixed instance-id
parent
293fa11386
commit
a42f289a4d
|
@ -7,4 +7,4 @@ eureka:
|
||||||
service-url:
|
service-url:
|
||||||
default-zone: http://localhost:8761/eureka
|
default-zone: http://localhost:8761/eureka
|
||||||
instance:
|
instance:
|
||||||
instance-in: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
instance-id: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
|
@ -7,4 +7,4 @@ eureka:
|
||||||
service-url:
|
service-url:
|
||||||
default-zone: http://localhost:8761/eureka
|
default-zone: http://localhost:8761/eureka
|
||||||
instance:
|
instance:
|
||||||
instance-in: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
instance-id: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
|
@ -7,4 +7,4 @@ eureka:
|
||||||
service-url:
|
service-url:
|
||||||
default-zone: http://localhost:8761/eureka
|
default-zone: http://localhost:8761/eureka
|
||||||
instance:
|
instance:
|
||||||
instance-in: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
instance-id: ${spring.application.name}:${spring.application.instance_id:${random.value}}
|
|
@ -5,10 +5,8 @@ spring:
|
||||||
config:
|
config:
|
||||||
server:
|
server:
|
||||||
git:
|
git:
|
||||||
defaultLabel: "eureka"
|
defaultLabel: multiple-instantces
|
||||||
uri: https://git.gzcode.xyz/atancito/MicroservicesTutorial
|
uri: https://git.gzcode.xyz/atancito/MicroservicesTutorial
|
||||||
searchPaths: config-data
|
searchPaths: config-data
|
||||||
username: ${GIT_USER}
|
|
||||||
password: ${GIT_PASSWORD}
|
|
||||||
application:
|
application:
|
||||||
name: config-service
|
name: config-service
|
||||||
|
|
Loading…
Reference in New Issue