Add property to disable Sentinel auto-configuration
parent
e4a4e7f288
commit
1e26df1aa1
@ -0,0 +1,7 @@
|
||||
{"properties": [
|
||||
{
|
||||
"name": "spring.cloud.circuitbreaker.sentinel.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "enable sentinel circuitbreaker or not."
|
||||
}
|
||||
]}
|
Loading…
Reference in New Issue