学无先后,达者为师

网站首页 编程语言 正文

IDEA报错Error running ‘Application‘: Command line is too long解决方案

作者:多放香菜少加葱 更新时间: 2022-07-21 编程语言

问题背景
IDEA在启动项目时,突然报错

Error running 'Application':
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.

解决方案
方案一(当前项目设置)

1 当前项目点击运行下拉框的Edit Configurations
在这里插入图片描述

2 点击Environment,选择Shorten command line下拉框,选择classpath file或者JAR manifest,点击OK确认
在这里插入图片描述
方案二(全局设置)
1 由于方案一是当前项目设置,其他项目打开又没有了,所以可以设置全局,点击File→New Projects Settings→Run Configuration Templates for New Projects
在这里插入图片描述
2 点击springboot项目,其他跟方案一相同
在这里插入图片描述

原文链接:https://blog.csdn.net/qq_41512902/article/details/125843641

栏目分类
最近更新