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

17 lines
497 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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重新加载依赖
完成