admin 管理员组文章数量: 1184232
在idea的运行SpringBoot项目时,出现Verify the connector’s configuration, identify and stop any process that’s listening on port 8080, or configure this application to listen on another port.
说tomcat端口被占用了,我去cmd里netstat -ano|findstr "8080"和tasklist|findstr "8080"回去运行,还是说我的tomcat端口被占用,证明我的电脑用cmd命令杀死这个程序是不行的。
我就查询了资料,在SpringBoot是嵌入Tomcat的,无须我们启动电脑上的tomcat,我想可能是我的本地的tomcat启动的原因。
我又打开我打开Server,找到Tomcat服务,关闭了Tomcat服务后,我又去idea中运行我的项目。
就成功了!
本文标签: Configuration Identify verify connector Stop
版权声明:本文标题:Verify the connector‘s configuration, identify and stop any process that‘s listening on port 8080, o 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1763734704a3265464.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论