IDEA启动SpringBoot提示端口被占用

命令窗:cmd
输入netstat -ano|findstr 被占用的端口
在这里插入图片描述
taskkill /T /F /PID 结束的进程id
IDEA启动SpringBoot提示端口被占用_第1张图片

你可能感兴趣的:(windows)