Adding additional-spring-configuration-metadata with additional properties. Fixes #522

This commit is contained in:
Ryan Baxter
2018-10-02 14:19:17 -04:00
parent c12506fa2f
commit b27ea537ba

View File

@@ -0,0 +1,22 @@
{
"properties": [
{
"name": "spring.cloud.gateway.enabled",
"type": "java.lang.Boolean",
"description": "Enables gateway functionality.",
"defaultValue": "true"
},
{
"name": "spring.cloud.gateway.forwarded.enabled",
"type": "java.lang.Boolean",
"description": "Enables the ForwardedHeadersFilter.",
"defaultValue": "true"
},
{
"name": "spring.cloud.gateway.metrics.enabled",
"type": "java.lang.Boolean",
"description": "Enables the collection of metrics data.",
"defaultValue": "false"
}
]
}