ruoyi-cloud—Ruoyi microservice springcloud installs Sentinel to realize fuse and downgrade

1. Windows platform download Sentinel 

Release v1.8.5 · alibaba/Sentinel · GitHub

2. Start the console

java -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718 -Dproject.name=sentinel-dashboard -Dcsp.sentinel.api.port=8719 -jar D:\sentinel\sentinel-dashboard-1.8.5.jar

 Among them, -Dserver.port=8718it is used to specify Sentinelthe console port 8718and D:\sentinel\sentinel-dashboard-1.8.5.jaris the storage address of the downloaded package path.

3. Open the console

SentinelProvides a visual operating platform, after installation, enter ( http://localhost:8718  ) in the browser to access, the default user name and password aresentinel

Guess you like

Origin blog.csdn.net/zhaolulu916/article/details/126955446