idea系列---【启动的时候报:Error running FinanceApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun】

解决方案:

首先找到项目工程里面的.idea/workspace.xml文件,

然后再找到 <component name="PropertiesComponent"></component> 标签

idea系列---【启动的时候报:Error running FinanceApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun】

然后再在component 标签中添加一行 
<property name="dynamic.classpath" value="true" />

idea系列---【启动的时候报:Error running FinanceApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun】