Command line is too long报错解决方案

修改时间: 2019-04-29 18:22:38 PM

文章时间:2019年4月29日 18:19:09
出现问题:

Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application default configuration.

出错问题

问题网址:https://blog.csdn.net/wochunyang/article/details/84776813

解决方案:

修改项目下 .idea\workspace.xml

找到标签 。在标签里加一行 :

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

添加新评论