tomcat端口冲突,关闭端口方法时间:2023-03-09 03:22:21 CMD打开控制台 输入:netstat -ano | findstr 8080 //最后一行的进程号PID 输入:taskkill /F /PID 所要关闭的PID号 如图所示 之后会补充