admin管理员组

文章数量:1654383

项目场景:

identify and stop any process that’s listening on port 8080, or configure this application to liste

问题描述:

今天启动一个springboot项目时,发现报Web server failed to start. Port 8080 was already in use.错误。


原因分析:

端口号被占用。

解决方案:

配置application.yml文件

改一下port 端口号即可。

server:
  port: 8081

没有哪种教育能及得上逆境。

本文标签: ProcessListeningidentifyStopPORT