admin管理员组

文章数量:1654293

一:端口被占用,上次关闭IDEA没有关闭运行的程序导致重启项目端口被占用

Identify and stop the process that's listening on port 5323 or configure this application to listen on another port.

Netstat -aon|findstr 5323    查看被占用的端口

Taskkill -PID 52872 -F        kill掉进程

 

本文标签: ProcessListeningidentifyStopPORT