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