SpringBoot启动项目的时候报错Error running ‘Application‘:Command line is too long

项目场景:SpringBoot启动项目的时候报错Error running ‘Application’:Command line is too long

项目场景:git上下载的的新项目,第一次导入到idea中,启动的时候报错Error running ‘Application’:Command line is too long. Shorten command line for AimindWebApplication or also for Spring Boot default configuration.


问题描述

错误内容如下:Error running ‘Application’:Command line is too long. Shorten command line for AimindWebApplication or also for Spring Boot default configuration.

请添加图片描述

原因分析:

类路径太长,或者有许多VM参数,这种情况下程序就无法启动。原因是大多数操作系统都有命令行长度限制。在这种情况下,IntelliJIDEA将试图缩短类路径

解决方案:

修改 .idea/workspace.xml配置

解决方式:找到component name="PropertiesComponent"配置项,在下面添加如下行

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

修改结果如下图:请添加图片描述

总结:

修改配置后重启项目,再也不会提示Error running ‘Application’:Command line is too long. Shorten command line for AimindWebApplication or also for Spring Boot default configuration.错误

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值