Merge pull request #1095 from yuhuangbin/issue#1091
Add property to disable Sentinel auto-configurationpull/1497/head^2
commit
c765fc088d
@ -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