参考文章链接:https://blog.youkuaiyun.com/caozg0/article/details/124347043
启动项目报错:Error running ‘xxxxxxxx’: Command line is too long. Shorten command line for ‘xxxxxxxx’ or also for Application default configuration.
修改文件夹.idea/workspace.xml (对该工程下所有服务生效)
如下:
找到
<component name="PropertiesComponent"> </component>
然后在其中添加:
<property name="dynamic.classpath" value="true" />
再起启动,应该就好了!