一、IDEA启动 Springboot 项目时一直报错,信息如下:
Command line is too long Shorten command line for or also for Application default configuration
二、解决方案
1、打开 .idea 下 workspace.xml
2、找到
<component name="PropertiesComponent">
在标签内新增
<property name="dynamic.classpath" value="true" />