有时我们使用idea debug 发现会出现No executable code found情况,
我们可以使用如下命令解决:
mvn clean install -Dmaven.test.skip=true
(项目启动依然适用)
IDE调试NoExecutableCodeFound解决方案
本文介绍了解决IDE调试中出现的NoExecutableCodeFound问题的方法。通过使用mvncleaninstall-Dmaven.test.skip=true命令,可以跳过测试阶段,有效解决项目启动时遇到的无执行代码错误。
有时我们使用idea debug 发现会出现No executable code found情况,
我们可以使用如下命令解决:
mvn clean install -Dmaven.test.skip=true
(项目启动依然适用)
1049
1万+

被折叠的 条评论
为什么被折叠?