Springboot项目,启动报错:Error running XXX. Command line is too long.
报错信息:
Error running XXX. Command line is too long.
Shorten the command line via JAR manifest or via a classpath file and rerun
问题解决:

Shorten command line:默认为none,更改为,JAR mainfest即可。
报错信息:
Error running XXX. Command line is too long.
Shorten the command line via JAR manifest or via a classpath file and rerun
问题解决:

Shorten command line:默认为none,更改为,JAR mainfest即可。