Merge pull request #1113 from dlsrb6342/2.1.x
Fix wrong defaultValue in metadata
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user