org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)

今天使用代码生成器的时候运行时出现如下错误:

org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)_第1张图片

 意思为:

org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)_第2张图片

解决方案为在设置里面取消勾选 Delegate IDE build/run actions to Maven

Delegate IDE build/run actions to Maven:意思为是否将IDE构建或运行动作委托给Maven

org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)_第3张图片

 我之前勾选这个选项是因为项目运行的时候老是出现:

Java:程序包xxx.xxx.xxx不存在

用别的问题解决这个方法有很麻烦,如清除idea缓存,重新导jar包等等,索性就直接把项目给maven管理。

再次运行,文件生成成功 org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)_第4张图片

 

你可能感兴趣的:(java,开发语言,spring,boot,spring)