sentinel console

 

 

Download sentinel source package: https://github.com/alibaba/Sentinel/tree/master , according to their need to download different versions of the branch, bloggers have to download 1.6

After the download, unzip, and then go to the next sentinel-dashboard directory execute: mvn clean package (take time oh, wait) a labeled jar

 Then still running start in the console directory: Specifies the good bloggers port designated port 8000 (note to remove the line breaks)

java -Dserver.port=8000 \
-Dcsp.sentinel.dashboard.server=localhost:8000 \
-Dproject.name=sentinel-dashboard \
-jar target/sentinel-dashboard.jar

After starting

 Landed

 

Guess you like

Origin www.cnblogs.com/xiaoyao-001/p/11320843.html