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