idea报错 Error running GctlBrpApplication. Command line is too long. Shorten the command line and rerun.解决方案
idea新导入项目有时候会出现以下报错,解决方法如下:
一:报错截图,报错原因是命令行太长,让缩短命令长度再运行。
二:解决方法如下:在剪头标记位置加入代码:
<property name="dynamic.classpath" value="true" />
三:重新build运行即可解决
最后:到此该问题就解决了,有同样问题的小伙伴们赶快尝试一下吧。