1.4-Sentinel控制台部署

1、确认Sentinel版本

在IDEA的Maven依赖管理中查看当前引入的Sentinel版本:

1.4-Sentinel控制台部署

2、下载对应的Dashboard

由于Sentinel 1.5.2版本在GitHub上已经移除,这里引入比它高一个版本的 1.6.0版本Dashboard,下载地址:https://github.com/alibaba/Sentinel/releases/ 

1.4-Sentinel控制台部署

3、启动Sentinel Dashboard

把下载的Sentinel Dashboard JAR包放在 E:\Workspace\IdeaProjects\z-springcloud\demo-spca 位置,通过命令行启动:

> java -jar sentinel-dashboard-1.6.0.jar

在浏览器访问:http://localhost:8080/#/login 

1.4-Sentinel控制台部署

账号密码:sentinel,sentinel