diff --git a/whatsmars-sentinel/README.md b/whatsmars-sentinel/README.md index 2ed48aaa2793d49d2a7bff701a2d67cc81c2ec2f..9ff559a32dbfa5d63b6d3420be5760a42b76e95f 100644 --- a/whatsmars-sentinel/README.md +++ b/whatsmars-sentinel/README.md @@ -1 +1,5 @@ -dubbo sentinel demo 见 whatsmars-dubbo-provider-boot \ No newline at end of file +dubbo sentinel demo 见 whatsmars-dubbo-provider-boot + +`http://localhost:8719/getRules?type=flow` +`http://localhost:8719/getRules?type=degrade` +`http://localhost:8719/getRules?type=system` diff --git a/whatsmars-sentinel/pom.xml b/whatsmars-sentinel/pom.xml index f48a2d865d4f31d5f3f65463810665f175ab94a2..e1877e86dd4b3a70fdd7ce557fb6f8876738fa97 100644 --- a/whatsmars-sentinel/pom.xml +++ b/whatsmars-sentinel/pom.xml @@ -26,6 +26,10 @@ com.alibaba.csp sentinel-core + + com.alibaba.csp + sentinel-transport-simple-http + \ No newline at end of file diff --git a/whatsmars-sentinel/whatsmars-sentinel-file-datasource/pom.xml b/whatsmars-sentinel/whatsmars-sentinel-file-datasource/pom.xml index 4ac57dcc60a4aa540b38befda8dda6a5f69d2eac..27536e63fe2d5e0ed22e2db477ab91819da8af16 100644 --- a/whatsmars-sentinel/whatsmars-sentinel-file-datasource/pom.xml +++ b/whatsmars-sentinel/whatsmars-sentinel-file-datasource/pom.xml @@ -16,10 +16,6 @@ com.alibaba.csp sentinel-datasource-extension - - com.alibaba.csp - sentinel-transport-simple-http - com.alibaba fastjson