|
7 | 7 | |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. |
8 | 8 | |spring.cloud.config.override-system-properties | true | Flag to indicate that the external properties should override system properties. Default true. |
9 | 9 | |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 | | |
13 | 13 | |spring.cloud.discovery.client.simple.local.instance-id | | The unique identifier or name for the service instance. |
14 | 14 | |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. |
15 | 15 | |spring.cloud.discovery.client.simple.local.service-id | | The identifier or name for the service. Multiple instances might share the same service ID. |
16 | 16 | |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 | | |
18 | 18 | |spring.cloud.discovery.enabled | true | Enables discovery client health indicators. |
19 | 19 | |spring.cloud.features.enabled | true | Enables the features endpoint. |
20 | 20 | |spring.cloud.httpclientfactories.apache.enabled | true | Enables creation of Apache Http Client factory beans. |
21 | 21 | |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 | |
24 | 24 | |spring.cloud.inetutils.default-hostname | localhost | The default hostname. Used in case of errors. |
25 | 25 | |spring.cloud.inetutils.default-ip-address | 127.0.0.1 | The default IP address. Used in case of errors. |
26 | 26 | |spring.cloud.inetutils.ignored-interfaces | | List of Java regular expressions for network interfaces that will be ignored. |
|
33 | 33 | |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> |
34 | 34 | |spring.cloud.loadbalancer.health-check.initial-delay | | Initial delay value for the HealthCheck scheduler. |
35 | 35 | |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 | |
38 | 38 | |spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default. |
39 | 39 | |spring.cloud.loadbalancer.service-discovery.timeout | | String representation of Duration of the timeout for calls to service discovery. |
40 | 40 | |spring.cloud.loadbalancer.zone | | Spring Cloud LoadBalancer zone. |
|
0 commit comments