1、win+R 打开cmd, 输入命令:netstat -ano
2、输入命令, 查找项目配置的端口号对应的tcp号(最后一列的数字) :netstat -ano|findstr 8080
3、终止进程:taskkill /f /t /im 2416