常见问题:https://www.cnblogs.com/dotnetcrazy/p/9192089.html
netstat -ano|findstr 8080
如果不计较端口,换个即可
也可以查找一下是哪个进程,然后结束进程:
netstat |findstr 8080
taskkill /pid 8080