~/.m2/repositorygroupId/artifactId/version 目录结构存放 JAR 文件~/.m2/settings.xml,可通过 <localRepository> 自定义存储路径~/.m2/repository/org/springframework/boot/spring-boot-starter-web/3.1.0/~/.gradle/caches/modules-2/files-2.1/GRADLE_USER_HOME 修改缓存位置~/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-web/3.1.0/xxxx.jarlibs 目录中的 JAR 为私有依赖,不会进入全局缓存。