sentinel 控制台下载与运行

2 min read

下载地址

https:/github.com/alibaba/Sentinel/releases

直接使用jar命令启动项目(控制台本身是一个SpringBoot项目)

java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 - Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.7.0.jar

通过浏览器访问localhost:8080 进入控制台(默认用户名密码是 sentinel/sentinel)