Command line is too long. Shorten the command line via JAR manifest or via a classpath file
这种情况一般是在本地通过windows启动才会触发的,原因是启动时是使用命令行启动,而windows的启动命令是8191 个字符,超过的话就会报这个异常
1.启动命令行:
2.异常:
Error running '${启动类}' Error running '${启动类}'. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.3.解决方案:
!
最后点击Apply应用就可以了,然后再启动这个服务应该就恢复正常了
