问题
idea启用时报端口占用
解决办法
修改端口配置(推荐)
3类端口:http端口,jmx端口,debug端口
image.png
image.png
关闭占用端口的进程(不推荐)
寻找占用端口的进程
netstat -aon|findstr "端口号"
image.png
关闭进程
taskkill -f -pid 进程号
image.png
参考链接:https://blog.csdn.net/baidu_39355821/article/details/79971657







网友评论