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

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

解决办法 :

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

2.引入依赖包。

<dependency>  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-starter-web</artifactId>  
</dependency>
---------------------
原文:https://blog.csdn.net/miaoca/article/details/79443791

posted @ 2019-01-04 15:33  ybyi  阅读(16026)  评论(0)    收藏  举报