【操作随记】IDEA运行报错Command line is too long

9:16    Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

9:16运行“应用程序”时出错:命令行太长。缩短应用程序或Spring Boot默认配置的命令行。

解决方法:

进入项目中的.idea/workspace.xml在

<component name="PropertiesComponent">

中添加
 

<property name="dynamic.classpath" value="true" />

即可。


版权声明:本文为qq_23633427原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。