作者:众神痴梦_325 | 来源:互联网 | 2023-05-28 13:31
由于是在国内,访问国外的网站速度不够快。下面给出直接在build.gradle或者pom.xml里配置阿里云仓库的代码Gradle配置build.gradlerepositorie
由于是在国内,访问国外的网站速度不够快。下面给出直接在build.gradle或者pom.xml里配置阿里云仓库的代码
Gradle配置
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}
Maven配置
alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/