问答详情
源自:3-1 人生中第一个SpringBoot程序

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.

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看了一下没有被占用


提问者:weixin_慕仰5345962 2020-02-20 07:15

个回答

  • MrZ0123456
    2020-02-21 19:13:33

    server:
      port: 8081

  • stop110
    2020-02-21 13:21:55

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