问题:
使用Idea 启动application时报错:
Command line is too long. Shorten command line for 'xxxx' or also for spring boot default configuration
解决方法
在工程的.idea
的文件夹下,编辑workspace.xml
文件,
在<component name="PropertiesComponent">
里添加:
<property name="dynamic.classpath" value="true" />