idea debug 断点不可用No executable code found详解

有时我们使用idea debug 发现会出现No executable code found情况,

我们可以使用如下命令解决:

mvn clean install -Dmaven.test.skip=true

(项目启动依然适用)

 

你可能感兴趣的:(java开发)