一:端口被占用,上次关闭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掉进程
一:端口被占用,上次关闭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掉进程
Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:
部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。