文章目录
- 一、Disconnected from the target VM, address: '127.0.0.1:49748', transport: 'socket'
- 二、spring-boot-starter-web
一、Disconnected from the target VM, address: ‘127.0.0.1:49748’, transport: ‘socket’
缺少依赖
二、spring-boot-starter-web
<dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency>
</dependencies>
提供web开发常用配置,内嵌Tomcat