Skip to content

Commit 97082df

Browse files
committed
Bumping versions
1 parent 7b85087 commit 97082df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
|spring.cloud.config.override-none | false | Flag to indicate that when {@link #setAllowOverride(boolean) allowOverride} is true, external properties should take lowest priority and should not override any existing property sources (including local config files). Default false.
88
|spring.cloud.config.override-system-properties | true | Flag to indicate that the external properties should override system properties. Default true.
99
|spring.cloud.discovery.client.composite-indicator.enabled | true | Enables discovery client composite health indicator.
10-
|spring.cloud.discovery.client.health-indicator.enabled | true | null
11-
|spring.cloud.discovery.client.health-indicator.include-description | false | null
12-
|spring.cloud.discovery.client.simple.instances | | null
10+
|spring.cloud.discovery.client.health-indicator.enabled | true |
11+
|spring.cloud.discovery.client.health-indicator.include-description | false |
12+
|spring.cloud.discovery.client.simple.instances | |
1313
|spring.cloud.discovery.client.simple.local.instance-id | | The unique identifier or name for the service instance.
1414
|spring.cloud.discovery.client.simple.local.metadata | | Metadata for the service instance. Can be used by discovery clients to modify their behaviour per instance, e.g. when load balancing.
1515
|spring.cloud.discovery.client.simple.local.service-id | | The identifier or name for the service. Multiple instances might share the same service ID.
1616
|spring.cloud.discovery.client.simple.local.uri | | The URI of the service instance. Will be parsed to extract the scheme, host, and port.
17-
|spring.cloud.discovery.client.simple.order | | null
17+
|spring.cloud.discovery.client.simple.order | |
1818
|spring.cloud.discovery.enabled | true | Enables discovery client health indicators.
1919
|spring.cloud.features.enabled | true | Enables the features endpoint.
2020
|spring.cloud.httpclientfactories.apache.enabled | true | Enables creation of Apache Http Client factory beans.
2121
|spring.cloud.httpclientfactories.ok.enabled | true | Enables creation of OK Http Client factory beans.
22-
|spring.cloud.hypermedia.refresh.fixed-delay | 5000 | null
23-
|spring.cloud.hypermedia.refresh.initial-delay | 10000 | null
22+
|spring.cloud.hypermedia.refresh.fixed-delay | 5000 |
23+
|spring.cloud.hypermedia.refresh.initial-delay | 10000 |
2424
|spring.cloud.inetutils.default-hostname | localhost | The default hostname. Used in case of errors.
2525
|spring.cloud.inetutils.default-ip-address | 127.0.0.1 | The default IP address. Used in case of errors.
2626
|spring.cloud.inetutils.ignored-interfaces | | List of Java regular expressions for network interfaces that will be ignored.
@@ -33,8 +33,8 @@
3333
|spring.cloud.loadbalancer.cache.ttl | 35s | Time To Live - time counted from writing of the record, after which cache entries are expired, expressed as a {@link Duration}. The property {@link String} has to be in keeping with the appropriate syntax as specified in Spring Boot <code>StringToDurationConverter</code>. @see <a href= "https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/convert/StringToDurationConverter.java">StringToDurationConverter.java</a>
3434
|spring.cloud.loadbalancer.health-check.initial-delay | | Initial delay value for the HealthCheck scheduler.
3535
|spring.cloud.loadbalancer.health-check.interval | 25s | Interval for rerunning the HealthCheck scheduler.
36-
|spring.cloud.loadbalancer.health-check.path | | null
37-
|spring.cloud.loadbalancer.retry.enabled | true | null
36+
|spring.cloud.loadbalancer.health-check.path | |
37+
|spring.cloud.loadbalancer.retry.enabled | true |
3838
|spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default.
3939
|spring.cloud.loadbalancer.service-discovery.timeout | | String representation of Duration of the timeout for calls to service discovery.
4040
|spring.cloud.loadbalancer.zone | | Spring Cloud LoadBalancer zone.

0 commit comments

Comments
 (0)