Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

错误信息:

Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

通常会导致的后果是无法启动项目。

解决办法:

修改项目下 .idea\workspace.xml,找到标签 , 在标签里加一行

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

参考解决办法链接:https://blog.csdn.net/weixin_41235754/article/details/100514000

posted @ 2019-12-29 19:08  挑战者V  阅读(984)  评论(0编辑  收藏  举报