问题:
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.
阅读 150
2022-11-07
问题:
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"
结束掉,即可:
相关推荐
精彩评论(0)