Sentinel DashBoard V1.3.0 下载地址:https://github.com/alibaba/Sentinel/releases/tag/1.3.0
DashBoard JAR 包启动命令:java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.3.0.jar
Sentinel Maven 集成:
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
</dependency>
SpringCloud Alibaba Sentinel 及 Dashboard 搭建
原文:https://www.cnblogs.com/chnluxi/p/13958246.html