fix: defaultValue for spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled is true since version 4.0.0 (#1041)

This commit is contained in:
dowenliu-xyz
2024-09-04 18:20:25 +08:00
committed by GitHub
parent 7cab5a253f
commit 027a7b7e8b

View File

@@ -24,7 +24,7 @@
"name": "spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled",
"type": "java.lang.Boolean",
"description": "If true, Circuit Breaker ids will only contain alphanumeric characters to allow for configuration via configuration properties.",
"defaultValue": "false"
"defaultValue": "true"
},
{
"name": "spring.cloud.openfeign.httpclient.hc5.enabled",