标签:boa 动效 参考资料 用户 load blank dash xxxx ref
Spring Cloud Alibaba 学习记录 - Sentinel
一、Sentinel 控制台 - 安装
下载安装包
启动控制台
java -Dserver.port=8090 -Dcsp.sentinel.dashboard.server=localhost:8090 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard.jar
其中 -Dserver.port=8080 用于指定 Sentinel 控制台端口为 8080
启动效果图
访问登录
http://xxxxxxxxxxxxxxxxx:8090 #端口号和安装时指定的端口号保持一致
默认用户名和密码都是 sentinel
参考资料
Spring Cloud Alibaba 学习记录 - Sentinel
标签:boa 动效 参考资料 用户 load blank dash xxxx ref
原文地址:https://www.cnblogs.com/wangwangfei/p/13387518.html