赞
踩
问题,新建的SpringBoot项目启动Disconnected from the target VM , address: '127.0.0.1:57137'
处理的几个方案:
1.是端口问题,在属性文件中添加:server.port=8082 未解决。
2.kill掉所有的java线程,未解决
3.添加web依赖,解决
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。