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

相关推荐
Owen__z11 天前
GEE统计特定区域特定时间上的Landsat/Sentinel的影像信息
python·sentinel·gee·geemap·landsat
我要去腾讯11 天前
Springcloud核心组件之Sentinel详解
java·spring cloud·sentinel
哦你看看16 天前
Redis Sentinel哨兵集群
linux·redis·bootstrap·sentinel
2501_9387900717 天前
Spring Cloud Alibaba 2023 版:Nacos 服务发现与 Sentinel 限流的整合方案
sentinel·服务发现
青鱼入云17 天前
Sentinel介绍
微服务·sentinel
青鱼入云17 天前
Feign如何集成Sentinel
spring cloud·微服务·sentinel
一周困⁸天.19 天前
Redis Sentinel哨兵集群
redis·bootstrap·sentinel
一条懒鱼66620 天前
Redis Sentinel哨兵集群
数据库·redis·sentinel
2301_7976042420 天前
d44:Sentinel 微服务流量控制与 Seata 分布式事务
分布式·微服务·sentinel
新手小白*20 天前
Redis Sentinel哨兵集群
数据库·redis·sentinel