微服务启动不成功,报Error running OrderServiceBoot. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.
解决:
方法一:
右上角启动小三角 -->Edit configuration–>-右侧Modify options----> Shorten command line 选项打钩 --> 选择 classpath file或JAR manifest 选项 --> 重新启动工程运行即可。![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/90e7a19ef25f4bb394e8e59975e80745.png#pic_center
方法二:
1.首先找到 .idea/libraies/workspace.xml 中的 <component name="PropertiesComponent">
2.在该组件中添加代码为:<property name="dynamic.classpath" value="true" />