sentinel 安装

源码安装
1.下载
git clone https://gitee.com/mirrors/Sentinel.git
git clone -b 1.7.0 https://gitee.com/mirrors/Sentinel.git

2.使用源码打包
cd Sentinel
mvn clean package 

3.启动
cd /Users/stevenhuang/Documents/steven/IT/source-code/Sentinel/sentinel-dashboard/target/
java -Dserver.port=7777 \
-Dcsp.sentinel.dashboard.server=localhost:7777 \
-Dproject.name=sentinel-dashboard \
-jar sentinel-dashboard.jar

5.访问控制台
http://127.0.0.1:7777/
sentinel/sentinel