learning_record_doc/maven/下载依赖异常.md

497 B
Raw Blame History

Maven 依赖下载异常处理

系统找不到路径

D:\Program Files\maven\repository\org\springframework\boot\spring-boot-starter-parent\2.3.9.RELEASE\spring-boot-starter-parent-2.3.9.RELEASE.pom.part.lock (系统找不到指定的路径。)

解决方法:

找到本地仓库的文件夹
右击文件夹
点击属性
点击安全
查看电脑用户是否有写入权限
点击编辑为当前用户添加写入权限
点击应用进入idea重新加载依赖
完成