springboot 8080端口被占用报错:The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured cmd打开命令提示符,输入如下命令 netstat -aon|findstr taskkill /f /t /im
启动报 Tomcat connector configured to listen on port 8081 failed to start. The port may already be in use or the connector may be misconfigured.错误 一开始,我以为是端口占用,baidu https://blog.csdn.net/IBLiplus/article/details/82714151,用这个办法,还是没有解决问题,看上去不是端口占用问题,