idea启动项目报错:Identify and stop the process that’s listening on port 8080 or configure this application to listen on another port.
找到冲突的端口,如8080
netstat -aon|findstr "8080"
杀死进程
taskkill/pid 14048 /f

idea启动项目报错:Identify and stop the process that’s listening on port 8080 or configure this application to listen on another port.
找到冲突的端口,如8080
netstat -aon|findstr "8080"
杀死进程
taskkill/pid 14048 /f