|
@ -8,7 +8,7 @@ spring: |
|
|
name: root |
|
|
name: root |
|
|
password: booszy |
|
|
password: booszy |
|
|
application: |
|
|
application: |
|
|
name: |
|
|
name: sc-config-server |
|
|
cloud: |
|
|
cloud: |
|
|
config: |
|
|
config: |
|
|
server: |
|
|
server: |
|
@ -23,5 +23,5 @@ eureka: |
|
|
prefer-ip-address: true |
|
|
prefer-ip-address: true |
|
|
# instance-id: ${spring.application.name}:${spring.cloud.client.ipAddress}:${spring.application.instance_id:${server.port}} |
|
|
# instance-id: ${spring.application.name}:${spring.cloud.client.ipAddress}:${spring.application.instance_id:${server.port}} |
|
|
instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}} |
|
|
instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}} |
|
|
appname: springcloud-config-server |
|
|
appname: sc-config-server |
|
|
|
|
|
|
|
|