Remove unnecessary configuration metadata.

This commit is contained in:
Olga Maciaszek-Sharma
2018-10-19 16:48:51 +02:00
parent 463f4d2e24
commit 427a9721c2

View File

@@ -1,16 +0,0 @@
{
"properties": [
{
"defaultValue": "true",
"name": "management.metrics.binders.hystrix.enabled",
"description": "Enables creation of OK Http Client factory beans.",
"type": "java.lang.Boolean"
},
{
"defaultValue": false,
"name": "hystrix.shareSecurityContext",
"description": "Enables auto-configuration of the Hystrix concurrency strategy plugin hook who will transfer the `SecurityContext` from your main thread to the one used by the Hystrix command.",
"type": "java.lang.Boolean"
}
]
}