新项目Idea里面启动的时候,有的时候报错Error running 'Application': Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration
首先找到项目里面的idea/workspace.xml文件,然后再找到<component name="PropertiesComponent"></component >标签
然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />