1、重新导入maven依赖,有时候也会导致这个问题
2、查占用端口,进行删除
查出端口是不是被占用
netstat -aon|findstr 8080
杀掉
taskkill /f /t /im 3956
查出端口是不是被占用
netstat -aon|findstr 8080
杀掉
taskkill /f /t /im 3956
本文标题:idea中遇到的The port may already be
本文链接:https://www.haomeiwen.com/subject/xaostrtx.html
网友评论