关于Maven的配置: 用过Maven的兄弟应该知道Maven可以通过配置 conf文件夹下面的settings.xml文件来修改maven下载的包,默认是下在c盘的用户文件夹下的.m2中,日积月累.m2会越来越庞大,自然会影响windows的响应,所以一般我们都会将其移动到其他非系统盘下.具体是修改下面这段配置: 默认是: <!-- localRepository | The path to the local repository maven will use to store artifa
Maven的本地存储库是一个本地文件夹,用于存储你的所有项目的依赖项(插件Jars和其他Maven下载的文件).简单的说,当你建立一个Maven项目,所有依赖文件将存储在Maven的本地库. 默认情况下,Maven本地库被默认为 m2 的文件夹: Unix/Mac OS X – ~/.m2 Windows – C:\Documents and Settings\{your-username}\.m2 1.Maven的本地存储库更新 通常,我会改变默认的本地库文件夹.将m2变为另一个更有意义的名称
错误提示 * What went wrong: A problem occurred evaluating project ':App'. > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. You can try some of the following o
本地库中的包都有一个_remote.repositories文件,示例: #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. #Fri Aug 10 10:04:28 CST 2018 spring-boot-starter-web-1.5.9.RELEASE.pom>test1-nexus-mirro= spring-boot-starter