Young87

SmartCat's Blog

So happy to code my life!

游戏开发交流QQ群号60398951

当前位置:首页 >跨站数据测试

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.引入依赖包。

<dependency>  
    <groupId>org.springframework.boot</groupId>  
    <artifactId>spring-boot-starter-web</artifactId>  
</dependency>





除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: 开发APP前期的准备工作到底有多重要??

下一篇: 如何成为一名区块链工程师? | 附学习资源

精华推荐