报错
解决方案
找到项目的.idea文件夹的workspace.xml文件
在 workspace.xml 文件中搜索:
<component name="PropertiesComponent">
在这块配置中加上一条:
<property name="dynamic.classpath" value="true" />
重新启动便可正常运行。
Command line is too long. Shorten command line for........
阅读 79
2022-04-21
找到项目的.idea文件夹的workspace.xml文件
在 workspace.xml 文件中搜索:
<component name="PropertiesComponent">
在这块配置中加上一条:
<property name="dynamic.classpath" value="true" />
重新启动便可正常运行。
相关推荐
精彩评论(0)