原文:https://blog.youkuaiyun.com/ZXJ_1223/article/details/80611089
报错内容:
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” />
博客介绍了解决IDEA中运行‘ServiceStarter’报错‘Command line is too long’的方法。报错提示需缩短命令行,解决办法是修改项目下.idea\\workspace.xml,在< component name=“PropertiesComponent”>标签里添加< property name=“dynamic.classpath” value=“true” />。
3397

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



