2023以前的版本
在项目目录下的.idea目录下
workspace.xml里面
找到
java
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
</component>
2023以后的版本
json
"keyToString": {
"dynamic.classpath":"true"
}