IDEA运行报Command line is too long,Shorten command line for Application or also 解法

这篇博客介绍了如何处理Spring Boot应用启动时因命令行参数过长导致的错误。通过修改idea的工作区配置文件.idea.workspace.xml,增加特定属性可以避免运行时显示通知,从而解决启动问题。具体步骤包括查找并编辑该文件,添加属性<property name="show.run.dashboard.notification" value="false"/>,然后重新启动应用即可。
摘要由CSDN通过智能技术生成
报错内容:
Error running 'JeecgGeoPracticeCloudApplication': 
Command line is too long. Shorten command line for JeecgGeoPracticeCloudApplication or also for Spring Boot default configuration?

在这里插入图片描述

解决方案:

在idea中找到.idea.workspace.xml文件
在这里插入图片描述打开文件,Ctrl+F
在上面输入搜索内容,找到PropertiesComponent标签
在后面添加

<property name="show.run.dashboard.notification" value="false" />

在这里插入图片描述之后再重新启动就可以了!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值