Command line is too long. Shorten command line for SpringbootApp 解决方法
程序员文章站
2022-03-12 08:09:25
方法一:右上角点击向下的三角形 -> Edit Configurations选择对应的项目 -> Configuration -> Environment -> Shorten command line 选项中选中 “ JAR manifest ” ,如下图:方法二修改项目下 .idea\workspace.xml,找到标签 < component name=“PropertiesComponent”>。在标签里加一行 :
方法一:
右上角点击向下的三角形 -> Edit Configurations
选择对应的项目 -> Configuration -> Environment -> Shorten command line 选项中选中 “ JAR manifest ” ,如下图:
方法二
修改项目下 .idea\workspace.xml,
找到标签 < component name=“PropertiesComponent”>。在标签里加一行 :
<property name="dynamic.classpath" value="true" />
如下:
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" /><!--加入这一行-->
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543830701622" />
<property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.gradle" />
</component>
本文地址:https://blog.csdn.net/qq_45145240/article/details/108583614
上一篇: 微信官网自助解除限制要多少天(揭露微信6种解封方法及时效)
下一篇: Element对象
推荐阅读
-
Command line option syntax error问题的解决方法小结
-
Command line is too long. Shorten command line for SpringbootApp 解决方法
-
Intellij IDEA运行报Command line is too long解法
-
IntelliJ: Command Line is too Long. Shorten command line for…
-
Command line option syntax error问题的解决方法小结
-
Intellij IDEA运行报Command line is too long解法
-
Error running Application. Command line is too long. Shorten the command line via JAR manifest or vi
-
Error running 'Application'-- Command line is too long.
-
idea Error running ‘ServiceStarter‘: Command line is too long.
-
Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a