端口8080占用问题

netstat -ano | findstr 8080

查看占用的进程


image.png
taskkill /pid 20912 /f

结束进程


image.png

你可能感兴趣的:(端口8080占用问题)