更改sentinel 默认端口号(8080)
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel
免费下载资源
·
不少小伙伴在微服务中使用sentinel 都会碰到8080端口被占用的问题。
找到sentinel-dashboard.jar包,在当前目录打开cmd,
在控制台输入以下命令将默认的端口号改为8070,这个端口号可以自己选择,不被占用的端口号均可。
java -Dserver.port=8070 -Dcsp.sentinel.dashboard.server=localhost:8070 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard.jar
我这里的sentinel jar 包的名字是sentinel-dashboard.ja,大家要看下自己的sentinel jar 包名,一般下载之后后边是带有版本号的:
更改完之后本次启动sentinel端口号就变为了8070了,但是这是一种临时更改,下次重新启动的时候sentinel 的默认端口还是8080的。
GitHub 加速计划 / sentine / Sentinel
19
6
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:4 个月前 )
195150bc
* fix issue 2485 which occur oom when using async servlet request.
* optimize imports
* 1. fix the same issue in the webmvc-v6x
2. improve based on review comments 3 个月前
b78b09d3
3 个月前
更多推荐
已为社区贡献3条内容
所有评论(0)