SpringBoot项目启动提示端口号占用

Windows环境下,SpringBoot项目启动时报端口号占用:

复制代码
***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

于是换个端口号试试,还是提示占用。

通过netstat查看当前端口号并没有被占用啊,那可能是使用了系统保留端口,通过 netsh interface ipv4 show excludedportrange protocol=tcp查看:

复制代码
协议 tcp 端口排除范围
开始端口    结束端口
----------    --------
      7681        7780
      7781        7880
      7900        7999
      8000        8099
      8100        8199
      8200        8299
      8300        8399
     50000       50059

方法:

1、换个端口(不在系统保留端口的范围)

2、关闭hyper-v

参考:

https://developer.aliyun.com/article/977707

https://www.jianshu.com/p/5ad2c9f0c969

相关推荐
S***267521 小时前
基于SpringBoot和Leaflet的行政区划地图掩膜效果实战
java·spring boot·后端
马剑威(威哥爱编程)1 天前
鸿蒙6开发视频播放器的屏幕方向适配问题
java·音视频·harmonyos
JIngJaneIL1 天前
社区互助|社区交易|基于springboot+vue的社区互助交易系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·论文·毕设·社区互助
V***u4531 天前
MS SQL Server partition by 函数实战二 编排考场人员
java·服务器·开发语言
这是程序猿1 天前
基于java的ssm框架旅游在线平台
java·开发语言·spring boot·spring·旅游·旅游在线平台
i***t9191 天前
基于SpringBoot和PostGIS的云南与缅甸的千里边境线实战
java·spring boot·spring
k***08291 天前
【监控】spring actuator源码速读
java·spring boot·spring
麦麦鸡腿堡1 天前
Java_网络编程_InetAddress类与Socket类
java·服务器·网络
一 乐1 天前
应急知识学习|基于springboot+vue的应急知识学习系统(源码+数据库+文档)
数据库·vue.js·spring boot
@大迁世界1 天前
相信我兄弟:Cloudflare Rust 的 .unwrap() 方法在 330 多个数据中心引发了恐慌
开发语言·后端·rust