Idea debug模式下出现 " Connected to the target VM, address: '127.0.0.1:10989', transport: 'socket' "
时间:2020-03-17 19:00:54
收藏:0
阅读:576
报错Connected to the target VM, address: ‘127.0.0.1:10989‘, transport: ‘socket‘

原因是与maven版本不支持,建议更换maven版本

将spring-boot-starter-parent版本改成2.2.5就可以了

原文:https://www.cnblogs.com/codecheng99/p/12512140.html
评论(0)