welcome to my blog

问题描述: 执行spring boot项目时报错: Failed to start component [Connector[HTTP/1.1-8080]] 以及 Caused by: java.net.BindException: Address already in use: bind

Failed to start component [Connector[HTTP/1.1-8080]]

问题原因: 8080端口被占用

解决方法: 换一个端口, 在application.properties中将server.port设置为8081即可,如下图所示

Failed to start component [Connector[HTTP/1.1-8080]]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-04-20
  • 2022-12-23
  • 2021-07-06
  • 2021-11-18
猜你喜欢
  • 2021-10-18
  • 2021-07-20
  • 2021-04-04
  • 2021-11-14
  • 2022-12-23
  • 2021-07-07
  • 2021-06-05
相关资源
相似解决方案