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