IDEA debug时报错 Error running AxPersonListTest.test. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun. 问题分析 这种异常出现一般是因为运行项目的指令过长引起的,IDEA进行代码运行时会加载很多指令…
文章目录 一、背景二、原因三、解决四、总结 一、背景
在Debug启用test方法或者IDEA 启动项目出现Shorten the command line via JAR manifest or via a classpath file and rerun。
二、原因 问题分析: 命令行太长 错误原因: 看报错的那段英文&…
Error running ‘XXXApplication’:
Command line is too long.Shorten command line for XXXApplication or also for Spring Boot default configuration.
该问题一般是在使用idea开发工具上出现,使用如下两种方法即可解决问题,一种是修改配置文件的…