Fix capitalisation.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{
|
||||
"name": "spring.cloud.loadbalancer.zone",
|
||||
"type": "java.lang.String",
|
||||
"description": "Spring cloud loadbalancer zone."
|
||||
"description": "Spring Cloud LoadBalancer zone."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user