Command line is too long. Shorten command line for Application or also

发布时间:2023年12月17日

一、问题描述

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

二、原因分析

springboot项目启动命令过长!

三、解决方案

第1步:点击项目启动配置项

第2步:选择出现问题的那个服务,shorten command line 选项选择 JAR manifest 或者 classpath file 选项

注意!!!shorten command line位置可能很多朋友找不到

在这里插入图片描述
在这里插入图片描述

第3步:重新启动工程运行即可

注意:如果是debug模式启动的话,可以尝试直接一步解决
只需要通过run方式启动即可!!!
在这里插入图片描述

四、总结

文章来源:https://blog.csdn.net/nalanxiaoxiao2011/article/details/135041901
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。