0
点赞
收藏
分享

微信扫一扫

Springboot 项目跑起来端口被占用 The port may already be in use.


问题:

Springboot 项目跑起来端口被占用 The port may already be in use._spring boot

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

解决:
 

netstat -ano|findstr "9078"

Springboot 项目跑起来端口被占用 The port may already be in use._spring boot_02

结束掉,即可: 

 

Springboot 项目跑起来端口被占用 The port may already be in use._java_03

举报

相关推荐

Port xxx is already in use

0 条评论