成功与失败的分水岭,可以用这五个字来表达——我没有时间。 ——(美)富兰克林费尔德
如果idea报command too long
command too long
这里有两种处理方式 第一种是在.idea->workspace.xml的<component name="PropertiesComponent">标签中添加<property name="dynamic.classpath" value="true" />
.idea
workspace.xml
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
还有一种方式是在项目配置中选择classpath
classpath