gpt4 book ai didi

java - 我配置为监听端口的 Tomcat 连接器无法启动?

转载 作者:行者123 更新时间:2023-11-28 23:56:40 25 4
gpt4 key购买 nike

我是 Spring Boot 的新手,我正在尝试构建一个简单的 CRUD 应用程序,但是当我运行我的应用程序时出现此错误,我不知道如何解决它。

这是我的 application.properties 文件:

server.port = 8079
spring.datasource.url=jdbc:mysql://localhost:8889/employee?useLegacyDatetimeCode=false&serverTimezone=UTC
spring.datasource.username = root
spring.datasource.password = root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.database-platform = org.hibernate.dialect.MySQL5Dialect
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto = update

但是我得到了错误:

The Tomcat connector configured to listen on port 8079 failed to start. The port may already be in use or the connector may be misconfigured.

我多次更改端口,但仍然出现错误,所以我的连接器一定是配置错误。

非常感谢任何帮助。

最佳答案

关闭应用程序后,该端口可能仍被操作系统使用。你有没有检查端口是否真的没有被使用?

关于java - 我配置为监听端口的 Tomcat 连接器无法启动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54728923/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com