微信扫一扫
1.查看占用8080端口占用的进程
netstat -ano | findstr 8080
2.直接杀死占用8080的端口号
taskkill -pid 15168(进程号) -f
相关推荐