为了账号安全,请及时绑定邮箱和手机立即绑定

运行时报错端口号已被绑定,但是我已经在配置文件和代码中都修改了端口号,依然报错

GirlApplication EmbeddedServletContainerCustomizer{

   main(String[] args) {
      SpringApplication.(GirlApplication., args);
   }
   customize(ConfigurableEmbeddedServletContainer container){
       container.setPort();
    }
}


错误:

Description:


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.


Action:


Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.


正在回答

2 回答

public static void 哪去了?  服


0 回复 有任何疑惑可以回复我~
GirlApplication EmbeddedServletContainerCustomizer{

   main(String[] args) {
      SpringApplication.(GirlApplication., args);
   }
   customize(ConfigurableEmbeddedServletContainer container){
       container.setPort();
    }
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

运行时报错端口号已被绑定,但是我已经在配置文件和代码中都修改了端口号,依然报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信