【异常】启动报错Error running ‘Application‘: Command line is too long. Shorten command line for Spring
程序员文章站
2022-04-15 17:41:42
...
IDEA提示
Error running 'Application': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration.
IDEA提示
Error running 'Application':
Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.
解决方案:
修改项目下 .idea\workspace.xml
找到标签 <component name="PropertiesComponent">。在标签里加一行 :
<property name="dynamic.classpath" value="true" />
推荐阅读
-
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.
-
Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a
-
Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application
-
Error running 'MessageSendApp': Command line is too long. Shorten command line forMessageSendApp
-
IDEA启动项目时报错:Error running 'Application': Command line is too long. Shorten command line for Applicat
-
Error running ‘LocalTest‘: Command line is too long. Shorten command line for LocalTest or also for…
-
Error running ‘******Api‘: Command line is too long. Shorten command line for ******Api or also for
-
【异常】启动报错Error running ‘Application‘: Command line is too long. Shorten command line for Spring
-
Error running 'App': Command line is too long. Shorten command line for App