SpringCloud Alibaba Sentinel 及 Dashboard 搭建
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>

浙公网安备 33010602011771号