spring-cloud-alibaba sentinel簡單使用

一、sentinel控制檯的下載

1.一、直接下載jar包:git

http://edas-public.oss-cn-hangzhou.aliyuncs.com/install_package/demo/sentinel-dashboard.jar

1.二、下載源碼編譯運行github

https://github.com/alibaba/Sentinel

二、啓動以後,在要限流的服務中配置以下信息

spring.application.name=sentinel-example   #應用名稱,在限流的控制檯中顯示
server.port=18083                                
spring.cloud.sentinel.transport.dashboard=localhost:8080 #限流控制檯的地址和端口
spring.cloud.sentinel.eager=true

三、顯示的效果

訪問http://localhost:8080,查看效果spring

相關文章
相關標籤/搜索