connected to the target VM, address: '127.0.0.1:28481', transport: 'socket'

spring boot maven 报错 connected to the target VM, address: '127.0.0.1:28481', transport: 'socket'

idea 直接运行 springbootAplication 启动类,无法启动web项目,也没有报错信息。

解决办法 :

1. 由于项目意外关闭,资源没有释放。结束系统的 java 进程。

2.引入依赖包。

  
    org.springframework.boot  
    spring-boot-starter-web  





你可能感兴趣的:(异常)