一切福田,不離方寸,從心而覓,感無不通。

IDEA——》解决Command line is too long

推荐链接:
总结——》【Java】
总结——》【Mysql】
总结——》【Redis】
总结——》【Kafka】
总结——》【Spring】
总结——》【SpringBoot】
总结——》【MyBatis、MyBatis-Plus】
总结——》【Linux】
总结——》【MongoDB】
总结——》【Elasticsearch】

1、操作

Debug启动@Test方法

2、现象(错误信息)

在这里插入图片描述

 

3、原因

命令行太长

4、解决

方案1:修改文件.idea/workspace.xml

1)找到项目下的.idea/workspace.xml
2)打开文件,找到标签:PropertiesComponent
3)添加一行属性:

 

在这里插入图片描述

在这里插入图片描述

方案2:修改参数Shorten command line

1)点击菜单栏Run——>Edit Configurations
2)点击Modify options——>Shorten command line,显示出Shortn command line参数(默认值为noe)
3)点击Shorten command line下拉框——>改为JAR manifest 或 classpath file

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

 

from:https://blog.csdn.net/weixin_43453386/article/details/124684934