From 9f4c61403ebc282ef47c1e73dc53e41eb46513c7 Mon Sep 17 00:00:00 2001 From: lirui Date: Sun, 11 Jan 2026 12:33:04 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E5=BC=80=E5=8F=91=E6=97=A5=E8=AE=B0):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0SpringCloud=E7=AB=AF=E5=8F=A3=E5=8D=A0?= =?UTF-8?q?=E7=94=A8=E9=97=AE=E9=A2=98=E7=9A=84=E8=A7=A3=E5=86=B3=E6=96=B9?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了关于修改项目端口号到预留范围之外的解决方案 --- ...次springcloud项目启动显示端口被占用但是查不到占用进程的问题.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/posts/开发日记/记一次springcloud项目启动显示端口被占用但是查不到占用进程的问题.md b/src/content/posts/开发日记/记一次springcloud项目启动显示端口被占用但是查不到占用进程的问题.md index 2727eff..2bb07bf 100644 --- a/src/content/posts/开发日记/记一次springcloud项目启动显示端口被占用但是查不到占用进程的问题.md +++ b/src/content/posts/开发日记/记一次springcloud项目启动显示端口被占用但是查不到占用进程的问题.md @@ -28,4 +28,7 @@ netsh interface ipv4 show excludedportrange protocol=tcp 奥原来是在预留端口范围里面。。。。 -![](https://blog.meowrain.cn/api/i/2026/01/11/kck57k-1.webp) \ No newline at end of file +![](https://blog.meowrain.cn/api/i/2026/01/11/kck57k-1.webp) + + +只能把项目端口号改到预留端口范围之外了,比如我这里改成8081就可以了 \ No newline at end of file