问题如图:Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration.
解决方案:
修改项目下 .idea\workspace.xml
如果没有.ider文件可直接去文件夹进行操作
找到标签 <component name="PropertiesComponent">。在标签里加一行 :
<property name="dynamic.classpath" value="true" />
之后重新运行ider就可以了