expose configuration metadata for property 'feign.hystrix.enabled' (#40)

This commit is contained in:
Matt Benson
2018-06-28 06:28:32 -05:00
committed by Ryan Baxter
parent 6d4686624e
commit 8364b16b8e

View File

@@ -0,0 +1,11 @@
{"groups": [
], "properties": [
{
"name": "feign.hystrix.enabled",
"type": "java.lang.Boolean",
"description": "If true, an OpenFeign client will be wrapped with a Hystrix circuit breaker.",
"sourceType": "org.springframework.cloud.openfeign.FeignClientsConfiguration",
"defaultValue": "false"
}
], "hints": [
]}