报错Command line is too long. Shorten the command line xxx【解决办法】

运行springboot项目的时候,出现报错,报错信息如下:
Error running OrderServiceBoot. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.
在这里插入图片描述

报错原因:
springboot项目启动命令过长

解决办法
解决方法有两种,正如报错信息截图所示,缩短命令行或者改为应用程序默认配置。

方案一:修改配置
点击项目启动配置项 --> Enviroment --> Shorten command line 选项 --> 选择 classpath file 或JAR manifest 选项 --> 重新启动工程运行即可。
在这里插入图片描述
正常截图有Shoten command line选项:
在这里插入图片描述
如果没有Shoten command line选项,可以通过Modify options选出来:
在这里插入图片描述

方案二:修改工作空间
修改工作空间,路径为:.idea --> workspace.xml

找到标签 。在标签里加一行:

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

在这里插入图片描述

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值