获取源码
git clone https://github.com/alibaba/Sentinel.git
修改端口


编译源码
cd Sentinel
mvn install -Dmaven.test.skip=true
很久才执行完,生成 jar

java -jar sentinel-dashboard.jar

本文详细介绍如何从源码编译并部署阿里巴巴的Sentinel限流组件。包括使用Git获取源码、修改配置文件以调整默认端口、通过Maven进行源码编译并生成可执行的jar包等步骤。此外还介绍了启动Sentinel控制台时可以使用的各种运行参数。
获取源码
git clone https://github.com/alibaba/Sentinel.git
修改端口


编译源码
cd Sentinel
mvn install -Dmaven.test.skip=true
很久才执行完,生成 jar

java -jar sentinel-dashboard.jar

932
1451
8167
6226