官网下载地址:https://github.com/alibaba/Sentinel/releases
(1)Scrip file
配置信息:
-Dserver.port=8180 -Dcsp.sentinel.dashboard.server=localhost:8180 -Dproject.name=sentinel-dashboard -jar D:sorftwaresentinelsentinel-dashboard-1.8.1.jar
提示:其中-jar后后面为自己的sentinelde 的jar包路径自行修改及版本号
(2)script text
java -Dserver.port=8180 -Dcsp.sentinel.dashboard.server=localhost:8180 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.1.jar
提示:
(1)此方法需要在前三项上添加单引号
(2)提其中-jar后后面为自己的sentinelde 的jar包路径自行修改及版本号
其中:
-Dserver.port=8180 ( 指定控制台端口)
-Dcsp.sentinel.dashboard.server=localhost:8180 (指定访问控制台的地址)
-Dproject.name=sentinel-dashboard (项目的名称)
-jar
sentinel-dashboard-1.8.1.jar
(1)在sentinel对应目录,打开命令行(cmd),启动运行sentinel
java -Dserver.port=8180 -Dcsp.sentinel.dashboard.server=localhost:8180 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.1.jar
注意版本号
(2)进行访问测试



