说明:遇到过的问题,整理于此处,望牢记,悉知.
1. 报错明细:
错误运行'***':
Command line is too long. Shorten command line for *** or also for Spring Boot default configuration.
2.问题排查:
IDEA的三种路径缩短方式
1.none-->默认选项。若命令行超出操作系统限制,则IDEA将无法运行应用程序。
2.JAR manifest-->IDE通过临时classpath.jar传递长类路径。
3.classpath file-->IDE将把长类路径写入文本文件。
3.解决方法:
修改成方式2或者方式3即可解决。