当前位置:   article > 正文

SpringBoot项目启动Disconnected from the target VM_spring boot disconnected from the target vm, addre

spring boot disconnected from the target vm, address:

问题,新建的SpringBoot项目启动Disconnected from the target VM , address: '127.0.0.1:57137'

处理的几个方案:

1.是端口问题,在属性文件中添加:server.port=8082 未解决。

2.kill掉所有的java线程,未解决

3.添加web依赖,解决

  1. <dependency>
  2. <groupId>org.springframework.boot</groupId>
  3. <artifactId>spring-boot-starter-web</artifactId>
  4. </dependency>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/271365
推荐阅读
相关标签
  

闽ICP备14008679号