From a58667e640a604fd3c89eac6230a5e91ff81713e Mon Sep 17 00:00:00 2001 From: javahongxi Date: Fri, 18 Sep 2020 08:54:51 +0800 Subject: [PATCH] README.md --- whatsmars-sentinel/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/whatsmars-sentinel/README.md b/whatsmars-sentinel/README.md index cc6698ff..098c055c 100644 --- a/whatsmars-sentinel/README.md +++ b/whatsmars-sentinel/README.md @@ -1,5 +1,10 @@ +## Adapter dubbo sentinel demo 见 whatsmars-dubbo-provider-boot +## transport http `http://localhost:8719/getRules?type=flow/degrade/system` -`http://localhost:8719/getParamRules` \ No newline at end of file +## dashboard +1. 启动dashboard +2. 应用引入`sentinel-transport-simple-http` +3. 应用设置`-Dcsp.sentinel.dashboard.server=localhost:8080`,启动 \ No newline at end of file -- GitLab