其他分享
首页 > 其他分享> > sentinel

sentinel

作者:互联网

  <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
            <version>2021.1</version>
        </dependency>

 

 

 

 

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

 

 添加 实时监控的图形化界面

  <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>

        </dependency>

访问添加依赖的模块

 

 

 

标签:spring,boot,jar,dashboard,sentinel,cloud
来源: https://www.cnblogs.com/Lcch/p/16462281.html