Intellij IDEA运行报Command line is too long解法

https://blog.csdn.net/ZXJ_1223/article/details/80611089

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/ZXJ_1223/article/details/80611089

报错内容:

Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.


解法:

修改项目下 .ideaworkspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  <property name="dynamic.classpath" value="true" />
————————————————
版权声明:本文为CSDN博主「ZXJ_1223」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/ZXJ_1223/article/details/80611089

原文地址:https://www.cnblogs.com/xiang--liu/p/11510797.html