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

特别提示:本人博客部分有参考网络其他博客,但均是本人亲手编写过并验证通过。如发现博客有错误,请及时提出以免误导其他人,谢谢!欢迎转载,但记得标明文章出处:http://www.cnblogs.com/mao2080/

1、问题描述

  今天运行一个demo程序,发现报了一个错误,特意记录下来。

  Error running 'KvsWebRtcApplication': Command line is too long. Shorten command line for KvsWebRtcApplication or also for Spring Boot default configuration.

2、操作方法

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

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

3、参考网站

  https://www.cnblogs.com/youcong/p/12115983.html

posted @ 2021-10-11 20:19  mao2080  阅读(69)  评论(0)    收藏  举报