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

相关推荐
seven97_top16 小时前
两小时入门Sentinel
java·sentinel
牙牙学语的阿猿2 天前
sentinel创建规则时的坑
java·开发语言·sentinel
Jul1en_4 天前
【SpringCloud】微服务 Sentinel 详解
java·spring·sentinel
Jul1en_5 天前
【Redis】Sentinel 哨兵支持,附带 Docker 部署教程
redis·docker·sentinel
phltxy7 天前
Redis Sentinel:主从架构的自动保镖详解
redis·架构·sentinel
接着奏乐接着舞9 天前
springcloud Sentinel
spring·spring cloud·sentinel
超梦dasgg10 天前
Sentinel生产环境实战全解
java·微服务·sentinel
Ting-yu10 天前
SpringCloud快速入门(11)---- Sentinel(异常处理)
java·spring boot·后端·spring·spring cloud·sentinel
Ting-yu10 天前
SpringCloud快速入门(10)---- Sentinel(应用场景&控制台安装)
spring·spring cloud·sentinel
heimeiyingwang12 天前
【架构实战】服务熔断与限流Sentinel:高可用服务的守护神
架构·sentinel