标签:ash cloud 80端口 git 加载 前台 命令 下载 board
sentinel 组件分为二部分构成,前台和后端8080
下载:https://github.com/alibaba/Sentinel
前提是你的系统端口:8080端口可用,Java8开发环境是可行的。
命令:java -jar sentinel-dashboard-1.7.0.jar
访问sentinel管理界面,http://localhost:8080,登录账号密码均为sentinel
注意:Sentinel采用懒加载说明,首次进去(没有请求的前提下)整个sentinel是没有数据,只有请求过一次只有才有。
SpringCloud Alibaba 熔断与限流之 Sentinel
标签:ash cloud 80端口 git 加载 前台 命令 下载 board
原文地址:https://www.cnblogs.com/cb1186512739/p/12755435.html