当前位置:   article > 正文

Springboot 端口被占用_identify and stop the process that's listening on

identify and stop the process that's listening on port 8081 or configure thi

SpringBoot项目

项目场景:使用idea开发时卡顿,未手动关闭项目直接重启idea,重启项目出现端口被占用问题


问题描述

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

报错截图

解决方案:

win + r 输入 cmd

在控制台输入: netstat -aon|findstr “8081”
输入命令
找到占用端口的数字
再次输入:taskkill /pid 10496 /f
就可以结束端口占用

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/707256
推荐阅读
相关标签
  

闽ICP备14008679号