首页 > 编程语言 > 详细

SpringCloud Alibaba Sentinel 及 Dashboard 搭建

时间:2020-11-11 13:52:03      阅读:26      评论:0      收藏:0      [点我收藏+]

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!