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


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

 

cmd命令进入doc窗口:

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

2.输入 tasklist |findstr "3816" 

 

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

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

再次启动springboot

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM