IDEA切换项目时,如果前一个项目处于调试和运行状态,8080端口将被占用,处理如下: 1.netstat -ano|findstr 8080 2.taskkill /f /t /im 597448 转载于:https://www.cnblogs.com/ahlwz/p/9511410.html