Disconnected from the target VM, address: ‘127.0.0.1:64555‘, transport: ‘socket‘解决方案

问题描述

今天在启动SpringBoot项目的时候,报以下错误:

Disconnected from the target VM, address: '127.0.0.1:64555', transport: 'socket'

解决方案

经排查,是将@Value("${}")误写为@Resource导致的。

你可能感兴趣的:(SpringBoot,000项目开发问题整理,spring,boot)