title: 记 IDEA 启动 Command line is too long 解决
date: 2022-07-01 15:24:03
tags:
在项目的 .idea 文件中,找到 workspace.xml 文件

打开,找到 <component name="PropertiesComponent"> 标签,在里面加上一条
<property name="dynamic.classpath" value="true" />
照样在项目的 .idea 文件中,找到 workspace.xml 文件,同样找到 <component name="PropertiesComponent"> 标签,加上 "dynamic.classpath": "true",
