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

目录

一、情景再现:

二、分析原因:

三、解决方法: 

1、点击启动类编译文件:

2、修改命令行的方式,shorten command line 选项选择 JAR manifest 或者 classpath file 选项,最后apply

 3、重新启动即可,运行成功


一、情景再现:

当运行启动类时,报Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration错。

二、分析原因:

主要是命令行太长了,导致项目启动不成功

三、解决方法: 

1、点击启动类编译文件:

Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration_第1张图片

2、修改命令行的方式,shorten command line 选项选择 JAR manifest 或者 classpath file 选项,最后apply

Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration_第2张图片

 3、重新启动即可,运行成功

你可能感兴趣的:(错误集锦,spring,boot,java,spring)