Error running ‘RuoYiApplication’: Command line is too long. Shorten command line for RuoYiApplication or also for Spring Boot default configuration?
这个异常的出现是因为运行项目的指令过长引起的,在IDEA进行代码运行时加载了很多指令,这些指令拼接后的长度超出了系统的最大长度,当你的命令行长度超过 32768 个字符时,idea就会提示你使用短一点的命令行。
(1)选择Edit Configurationis...
(2)展开Environment
(3)设置Shorten command line
在此条目下选择Shorten command line
默认选择的是user-local default:none
此处可以选classpath file
或者jar manifest
运行项目均可解决此问题 。
保存修改之后的配置,再次运行项目,项目就可以启动起来了。
powered by kaifamiao