- Command line is too long
Error running CommonApiApplication. Command line is too long.
Shorten the command line via JAR manifest or via a classpath file and rerun.
解决办法:
找到 .idea/libraies/workspace.xml
中的 <component name="PropertiesComponent">
,
其中添加一行:<property name="dynamic.classpath" value="true" />