Merge pull request #1113 from dlsrb6342/2.1.x

Fix wrong defaultValue in metadata
This commit is contained in:
Ryan Baxter
2019-06-13 07:29:46 -04:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
"name": "spring.cloud.gateway.metrics.enabled",
"type": "java.lang.Boolean",
"description": "Enables the collection of metrics data.",
"defaultValue": "false"
"defaultValue": "true"
}
]
}
}