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>



posted @ 2020-11-11 13:39  A仔的黑眼圈  阅读(395)  评论(0)    收藏  举报