0
点赞
收藏
分享

微信扫一扫

idea错误处理记录

胡桑_b06e 2023-02-01 阅读 27
  •  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" />

idea错误处理记录_xml


举报

相关推荐

0 条评论