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