返回顶部
首页 > 资讯 > 后端开发 > JAVA >报错Command line is too long. Shorten the command line xxx【解决办法】
  • 137
分享到

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

java开发语言springboot运行报错 2023-08-18 13:08:10 137人浏览 安东尼
摘要

运行SpringBoot项目的时候,出现报错,报错信息如下: Error running OrderServiceBoot. Command line is too long. Shorten the command line via ja

运行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

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

在这里插入图片描述

来源地址:https://blog.csdn.net/u012660464/article/details/127547616

--结束END--

本文标题: 报错Command line is too long. Shorten the command line xxx【解决办法】

本文链接: https://lsjlt.com/news/373987.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作