當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
Spring Boot——[Disconnected from the target VM, address: IP:端口, transport: #39socket#39]解决方案
生活随笔
收集整理的這篇文章主要介紹了
Spring Boot——[Disconnected from the target VM, address: IP:端口, transport: #39socket#39]解决方案
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題描述
?
問題分析
1.tomcat出問題了,更換本地的tomcat
2.maven出問題了,更換maven
3.tomcat和maven可能同時出問題,這個當然需要都更換一下了
4.項目中jdk的編譯版本與引用不一致
?
解決方案
1、使用Spring Boot內置Tomcat?
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-tomcat</artifactId></dependency>?或者?
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId> </dependency>?2、檢查項目設置
?
參考文章
https://blog.csdn.net/xu12387/article/details/87777153
https://blog.csdn.net/weixin_43850509/article/details/100943657
https://blog.csdn.net/qq_33481146/article/details/86235721
總結
以上是生活随笔為你收集整理的Spring Boot——[Disconnected from the target VM, address: IP:端口, transport: #39socket#39]解决方案的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《计算机组成原理》课程设计任务书——TE
- 下一篇: C#——《C#语言程序设计》实验报告——