当Spring Boot项目启动时遇到'Command line is too long.'错误,可以通过编辑workspace.xml文件来解决。在PropertiesComponent下添加<property name='dynamic.classpath' value='true'/>,这将允许动态类路径,从而缩短命令行长度,成功启动应用。
Error running 'OrderRestApplication': Command line is too long.
Shorten command line for OrderRestApplication or also for Spring Boot
default configuration.