启动Spring boot项目的时候报错,错误如下:

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that’s listening on port 8080 or configure this application to listen on another port.运行Spring Boot的时候报错:Web server failed to start. Port 8080 was already in use.
报错的原因是8080端口被占用了

解决方案有二:
一、修改端口号

二、关闭占用端口号的进程

相关文章:

  • 2021-10-28
  • 2021-11-15
  • 2022-01-06
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-10-04
猜你喜欢
  • 2021-10-30
  • 2021-11-23
  • 2021-08-24
  • 2021-05-18
  • 2021-06-05
  • 2022-01-22
相关资源
相似解决方案