Identify and stop the process that‘s listening on port 8080 or configure this application to listen

错误产生环境

启动SpringBoot 项目是产生

错误描述

***************************
APPLICATION FAILED TO START
***************************

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.

Identify and stop the process that‘s listening on port 8080 or configure this application to listen

错误原因

8080端口被占用了

解决办法

1.不用8080端口,修改成其他端口,以下我修改为8081端口

server:
  port: 8081

启动成功
Identify and stop the process that‘s listening on port 8080 or configure this application to listen

2.杀死占用8080端口的应用
(这种方法自行百度吧)

上一篇:痞子衡嵌入式:其实i.MXRT1050,1020,1015系列ROM也提供了FlexSPI driver API


下一篇:AdventureWrokd恢复数据库时之_LSN是什么?