问题描述:
SpringBoot项目运行时,Intellij IDEA报Command line is too long错误。
解决方案:
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
<property name="RequestMappingsPanelOrder0" value="0" />
<property name="RequestMappingsPanelOrder1" value="1" />
<property name="RequestMappingsPanelWidth0" value="75" />
<property name="RequestMappingsPanelWidth1" value="75" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
...