一,报错信息

Error running 'PictureApplication':

Command line is too long. Shorten command line for PictureApplication or also for Spring Boot default configuration.

二,错误原因

springboot项目启动命令过长。

三、解决方案

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

方案一:修改配置

点击项目启动配置项 --> Enviroment --> Shorten command line 选项 --> 选择 classpath file 或JAR manifest 选项 --> 重新启动工程运行即可。

Command line is too long. Shorten command line for PictureApplication or also for Spring Boot defaul相关推荐

  1. Command line is too long. Shorten command line for Application---微服务升级_SpringCloud Alibaba工作笔记0067

    今天打开idea项目,启动的时候,无法启动报错: 15:19    Error running 'Application': Command line is too long. Shorten com ...

  2. Command line is too long. Shorten command line for Doc.generateAsciiDocs or

    Intellij IDEA启动项目报Command line is too long. Shorten command line for XXXApplication or also for 解决方法 ...

  3. IDEA启动main函数时,Command line is too long Shorten command line for XXX or also问题解决

    巧了,最近起了一个挺长的类名,启动main函数的时候,idea返回了一个Command line is too long Shorten command line的报错,请教研究之后,解决方法如下 方 ...

  4. Idea报错:Command line is too long. Shorten command line for className

    问题描述 使用Idea运行项目在项目启动时报错: Command line is too long. Shorten command line for XXXApplication or also f ...

  5. Error running Command line is too long. Shorten command line for

    Error running 'xxxxxxxxApplication': Command line is too long. Shorten command line for xxxxxxx? 使用网 ...

  6. 【idea】Command line is too long. Shorten command line for XXXApplication

    Command line is too long. Shorten command line for XXXApplication or also for Spring Boot default- 问 ...

  7. Command line is too long. Shorten command line for

    问题 今天在idea中运行一个hbase jdbc项目时无法启动,提示如下: Command line is too long. Shorten command line for SystemAppl ...

  8. Command line is too long. Shorten command line for XXXApplication or also for Spring Boot

    问题: 启动一个新项目的主函数入口类(启动类)时无法启动,提示如下: Command line is too long. Shorten command line for SystemApplicat ...

  9. 解决:Command line is too long. Shorten command line for xxx or also for Application default configurat

    解决:Error running 'xxx': Command line is too long. Shorten command line for xxx or also for Applicati ...

最新文章

  1. java对象的访问定位_2、JVM-Java对象的创建、对象结构、对象访问定位-Go语言中文社区...
  2. SAP S/4 Hana On-premise Edition 1511做了哪些简化
  3. 几何梯度分析神经网络中不可信预测性
  4. 基于Solr DIH实现MySQL表数据全量索引和增量索引
  5. MySQL左连接还有过滤条件_MySQL左连接问题,右表做筛选,左表列依然在?
  6. checkbox 在火狐的不支持
  7. 解析Linux内核的基本的模块管理与时间管理操作---超时处理【转】
  8. 框架学习 Spring之概念
  9. Bron-kerbosch算法-求图的最大团,极大团
  10. Spark Streaming 对比 Structured Streaming(及其内部的两种模式 MicroBatch Streaming VS Continous Streaming)
  11. 报告老板,我们的H5页面在iOS11系统上白屏了!
  12. 点击化学DBCO修饰药物(DBCO-PEG-雷替曲塞,甲氨喋呤MTX,培美曲塞,磺胺地索辛)
  13. 18 Map与Set集合
  14. 阿里云服务器通用型g7a实例AMD处理器CPU及网络性能说明
  15. flash builder (fb) 与flash professional cs6(fla) 联合调试
  16. 关于量子计算机的一些整理 (精心整理原创) (1)
  17. react-native热更新之code-push
  18. linux 下查看 USB 设备的 PID 和 VID
  19. 【Python】植物大战僵尸-基于pygame模块-part2
  20. column is of type timestamp without time zone but expression is of ttype character vering解决方案

热门文章

  1. nginx设置响应连接是长连接或者短连接
  2. 计算机代码可以在哪里查到,计算机的6 位数安全代码在哪里查看
  3. vue+docxtemplater,填充word模板
  4. 删除注册表里的JDK
  5. [好学、好用、好玩的Photoshop.写给初学者的入门书].李金明等.扫描版
  6. lc501.二叉搜索树中的众数【线索二叉树Morris遍历->lc538】
  7. java代码编写完整版水果忍者,Unity3D基础项目(三):水果忍者代码
  8. 论文笔记:Evolving Losses for Unsupervised Video Representation Learning
  9. v39.06 鸿蒙内核源码分析(异常接管) | 社会很单纯 复杂的是人 | 百篇博客分析HarmonyOS源码
  10. Go | 一分钟掌握Go | 10 - 反射