mac本地启动sentinel

启动Sentinel控制台

1)下载sentinel控制台jar包

XML 复制代码
https://github.com/alibaba/Sentinel/releases/download/1.8.6/sentinel-dashboard-1.8.6.jar

2)启动sentinel控制台

使用如下命令启动控制台:

XML 复制代码
java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.6.jar

注意这个命令要在这个目录下

如若8080端口冲突,可使用 -Dserver.port=新端口 进行设置。

3)访问http://localhost:8080/#/login ,默认用户名密码: sentinel/sentinel

相关推荐
西红柿维生素9 小时前
Sentinel相关记录
网络·sentinel
重整旗鼓~6 天前
46.Sentinel规则持久化
sentinel
sniper_fandc7 天前
Spring Cloud系列—Alibaba Sentinel授权与规则管理及推送
spring cloud·sentinel
xiao-xiang8 天前
redis-sentinel基础概念及部署
数据库·redis·sentinel
Armyyyyy丶14 天前
Sentinel原理之责任链详解
java·sentinel·熔断限流
超人也会哭️呀16 天前
Redis(八):Redis高并发高可用(哨兵Sentinel)
redis·bootstrap·sentinel·哨兵·哨兵模式·高并发高可用
转身後 默落19 天前
14.Redis 哨兵 Sentinel
redis·bootstrap·sentinel
CHARLIIE23 天前
sentinel
sentinel
曹朋羽25 天前
spring cloud sentinel 动态规则配置
spring·spring cloud·sentinel
java叶新东老师1 个月前
四、搭建springCloudAlibaba2021.1版本分布式微服务-加入openFeign远程调用和sentinel流量控制
分布式·微服务·sentinel