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


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
就可以结束端口占用


免责声明!

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



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