diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 2ba9660d..9e1dc7d0 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -155,7 +155,7 @@ Also, you can define your own properties.

spring.cloud.compatibility-verifier.compatible-boot-versions

-

null

+

Default accepted versions for the Spring Boot dependency. You can set {@code x} for the patch version if you don’t want to specify a concrete value. Example: {@code 3.4.x}

@@ -195,32 +195,32 @@ Also, you can define your own properties.

spring.cloud.discovery.client.simple.instances

-

null

+

null

spring.cloud.discovery.client.simple.local.instance-id

-

null

+

The unique identifier or name for the service instance.

spring.cloud.discovery.client.simple.local.metadata

-

null

+

Metadata for the service instance. Can be used by discovery clients to modify their behaviour per instance, e.g. when load balancing.

spring.cloud.discovery.client.simple.local.service-id

-

null

+

The identifier or name for the service. Multiple instances might share the same service ID.

spring.cloud.discovery.client.simple.local.uri

-

null

+

The URI of the service instance. Will be parsed to extract the scheme, host, and port.

spring.cloud.discovery.client.simple.order

-

null

+

null

@@ -265,12 +265,12 @@ Also, you can define your own properties.

spring.cloud.inetutils.ignored-interfaces

-

null

+

List of Java regular expressions for network interfaces that will be ignored.

spring.cloud.inetutils.preferred-networks

-

null

+

List of Java regular expressions for network addresses that will be preferred.

@@ -305,7 +305,7 @@ Also, you can define your own properties.

spring.cloud.loadbalancer.health-check.initial-delay

-

null

+

Initial delay value for the HealthCheck scheduler.

@@ -315,7 +315,7 @@ Also, you can define your own properties.

spring.cloud.loadbalancer.health-check.path

-

null

+

null

@@ -330,12 +330,12 @@ Also, you can define your own properties.

spring.cloud.loadbalancer.service-discovery.timeout

-

null

+

String representation of Duration of the timeout for calls to service discovery.

spring.cloud.loadbalancer.zone

-

null

+

Spring Cloud LoadBalancer zone.