启动项目报错:Error running ‘xxxxxxxx’: Command line is too long. Shorten command line for ‘xxxxxxxx’ or also for Application default configuration
方法一
点击提示中的:default:然后在弹出窗口中选择:JAR xxxx xxx(该方法对本次启动配置生效,不影响其他服务)
方法二
修改文件夹.idea/workspace.xml (对该工程下所有服务生效)
如果在idea的设置忽略掉了.idea目录,直接在项目路径的文件夹下找到这个目录也是一样的。
找到
<component name="PropertiesComponent"> </component>
然后在其中添加:
<property name="dynamic.classpath" value="true" />
然后再启动服务。