官方wiki
https://github.com/alibaba/Sentinel/wiki/%E6%8E%A7%E5%88%B6%E5%8F%B0
下载地址
https://github.com/alibaba/Sentinel/releases
运行
是一个java项目 java -jar 就可以前台启动
java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard.jar
image.png
默认下载下来的jar是带版本号的运行的时候注意!
从 Sentinel 1.6.0 起,Sentinel 控制台引入基本的登录功能,默认用户名和密码都是 sentinel
。可以参考 鉴权模块文档 配置用户名和密码。
效果
浏览器输入
http://localhost:8080/
输入:sentinel sentinel即可登录
效果如下
image.png
使用
结合aliclound的使用请移步
springboot-alibabacloud-sentinel-使用-02
https://www.jianshu.com/p/17557bec9c31
网友评论