【发布时间】:2021-01-04 10:07:13
【问题描述】:
我是弹簧靴的初学者。当我运行 Spring Boot 应用程序时,我遇到了配置为侦听端口 8080 的 Tomcat 连接器无法启动的问题。春季开机
我不知道如何解决问题。我在运行mysql时安装了mysql,它的端口也是8080。所以如何解决这个问题。
***************************
APPLICATION FAILED TO START
***************************
Description:
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.
Action:
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.
【问题讨论】:
-
所以你有 MySQL 在 8080 端口上运行?那是你的问题比。停止 MySQL 服务,即可在 8080 上运行 Tomcat。
-
这能回答你的问题吗? Windows Kill Process By PORT Number
标签: spring spring-boot