Browse Source

Merge pull request #1113 from dlsrb6342/2.1.x

Fix wrong defaultValue in metadata
pull/1116/head
Ryan Baxter 6 years ago committed by GitHub
parent
commit
0c9732bdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json

2
spring-cloud-gateway-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -16,7 +16,7 @@ @@ -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"
}
]
}
Loading…
Cancel
Save