启动时报如下错误:
Error running 'MasterServer': Command line is too long. Shorten command line for MasterServer or also for Spring Boot default configuration
解决办法:在项目的.idea/workspace.xml文件中,找到,后面在添加一行
<property name="dynamic.classpath" value="true" />
文章讲述了在启动SpringBoot项目时遇到的命令行过长错误,解决方案是在.idea/workspace.xml中设置`dynamic.classpath`为`true`,以缩短命令行。

1385

被折叠的 条评论
为什么被折叠?



