Fix capitalisation.

This commit is contained in:
Olga Maciaszek-Sharma
2020-05-04 18:32:42 +02:00
parent 4892418207
commit 5f413a7297
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
|spring.cloud.loadbalancer.health-check.path | |
|spring.cloud.loadbalancer.retry.enabled | true |
|spring.cloud.loadbalancer.ribbon.enabled | true | Causes `RibbonLoadBalancerClient` to be used by default.
|spring.cloud.loadbalancer.zone | | Spring Cloud LoadBalancer zone.
|spring.cloud.refresh.enabled | true | Enables autoconfiguration for the refresh scope and associated features.
|spring.cloud.refresh.extra-refreshable | true | Additional class names for beans to post process into refresh scope.
|spring.cloud.refresh.never-refreshable | true | Comma separated list of class names for beans to never be refreshed or rebound.

View File

@@ -9,7 +9,7 @@
{
"name": "spring.cloud.loadbalancer.zone",
"type": "java.lang.String",
"description": "Spring cloud loadbalancer zone."
"description": "Spring Cloud LoadBalancer zone."
}
]
}