解决方法:在项目/.idea/workspace.xml文件中添加一行代码如下
<component name="PropertiesComponent"> ... <property name="dynamic.classpath" value="true" /> </component>
如图所示,添加红圈部分代码
转载于:https://blog.csdn.net/weixin_43462069/article/details/88345219