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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM