spring boot 遇到 Identify and stop the process that‘s listening on port 8080 or configure this applic

文章讲述了在SpringBoot应用中遇到8080端口被占用的情况,提供了使用Windows命令行(netstat和taskkill)来识别并停止占用进程的方法,以及如何配置应用程序以避免端口冲突。
摘要由CSDN通过智能技术生成

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

意思是:识别并停止在端口 8080 上监听的过程,或配置此应用程序以在其他端口上收听

就是说端口被占用了,用不了,要不就修改端口,要不就杀掉端口。

win + r 输入 cmd

在控制台输入: netstat -aon|findstr "8080"

再次输入:taskkill /pid 6344 /f
就可以结束端口占用

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值