|
@@ -29,3 +29,5 @@ eureka.instance.prefer-ip-address=true
|
|
eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port}
|
|
eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port}
|
|
eureka.client.healthcheck.enabled=true
|
|
eureka.client.healthcheck.enabled=true
|
|
|
|
|
|
|
|
+info.app=${spring.application.name}
|
|
|
|
+
|