解决Command line is too long. Shorten command line for App or also for Spring Boot

发布时间:2021年07月12日 阅读:2851 次

idea运行项目提示 Command line is too long. Shorten command line for App or also for Spring Boot default configuration.image.png解决方法:

找到项目下 .idea\workspace.xml文件

找到标签<component name="PropertiesComponent">在此标签下加一行

<property name="dynamic.classpath" value="true" />

如下图

image.png

再次启动,OK

Tag:idea配置 idea idea技巧
相关文章