首页 > 移动平台 > 详细

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

时间:2021-08-17 23:04:51      阅读:17      评论:0      收藏:0      [点我收藏+]

因为我们SpringBoot的默认端口是server.port=8080,所以可能会导致端口占有的情况

 

cmd命令进入doc窗口:

1.输入 netstat -nao 查看目前使用中的端口信息

2.输入 tasklist |findstr "3816" 

技术分享图片

 

 首先右键点击电脑任务栏,弹出一个选择框,选择启动任务管理器(也可以按下Ctr+Alt+Delete)

右键选择需要关闭的应用程序。

再次启动springboot

技术分享图片

 

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

原文:https://www.cnblogs.com/jicongcong/p/15154114.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!