报错内容:
Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration
解法:
修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行 <property name="dynamic.classpath" value="true" />
这篇博客讨论了在运行ServiceStarter时遇到的错误,提示命令行过长。解决方案是在项目的.ideaworkspace.xml文件中,修改<component name=PropertiesComponent>标签,添加一行<property name=dynamic.classpath value=true/>。这将允许动态类路径,从而缩短命令行长度。
3455

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



