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

来源:3-1 人生中第一个SpringBoot程序

weixin_慕仰5345962

2020-02-20 07:15

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


我的Springboost爆出了这个error可是我打开local看了一下没有被占用


写回答 关注

2回答

  • MrZ0123456
    2020-02-21 19:13:33
    server:
      port: 8081
  • stop110
    2020-02-21 13:21:55

    教程里不是有配置ypl么。 把端口修改一下就行了。。

2小时上手SpringBoot

2小时上手SpringBoot,实战开发红包表白程序,体现程序员专属花式浪漫

11882 学习 · 115 问题

查看课程

相似问题