From c703168e205e2b94920a842c39683a2f2d99ad80 Mon Sep 17 00:00:00 2001 From: javahongxi Date: Fri, 18 Sep 2020 07:50:57 +0800 Subject: [PATCH] transport http --- whatsmars-sentinel/README.md | 6 +++++- whatsmars-sentinel/pom.xml | 4 ++++ .../whatsmars-sentinel-file-datasource/pom.xml | 4 ---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/whatsmars-sentinel/README.md b/whatsmars-sentinel/README.md index 2ed48aaa..9ff559a3 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 f48a2d86..e1877e86 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 4ac57dcc..27536e63 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 -- GitLab