Fixes spring-cloudgh-1108 Fix wrong defaultValue in metadata

This commit is contained in:
Ingyu Hwang
2019-06-13 20:15:26 +09:00
committed by GitHub
parent 968953cfe2
commit 5af2bb5529

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"
}
]
}
}