DisconnectedfromthetargetVM,address:127.0.0.1。。。Disconnected from the target VM, address: '127.0.0.1:56577', transport: 'socket'
强者霸气语录Disconnected from the target VM=与⽬标虚拟机断开连接。
PS:通俗点讲就是:你的端⼝已经被其他程序占⽤,⽆法连接⽬标虚拟机。
在cmd中输⼊命令:netstat -ano,查看所有端⼝的占⽤情况
去任务管理器中查找PID为10652加减法混合运算
IDEA 与 Maven 的版本不兼容造成的
启动运⾏时:
小青蛙找家教案Connected to the target VM, address: '127.0.0.1:56577', transport: 'socket'
maven配置是:
<dependency>
<groupId>org.thymeleaf</groupId>
泡椒凤爪
蚌相争
<artifactId>thymeleaf</artifactId>
one组词<version>3.0.11.RELEASE</version>
和牌香烟
</dependency>
⽽我⽤的是idea2019.1占⽤了端⼝
所以改⼀下版本
<!--模板引擎thymeleaf-->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>2.1.4</version>
</dependency>
启动运⾏时端⼝就改了
动漫情侣头像一对Connected to the target VM, address: '127.0.0.1:60206', transport: 'socket'
就没有报错了,完美解决!