修改项目中的build.gradle文件即可
repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} maven { url "https://repo.spring.io/plugins-release" } }
repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} maven { url "https://repo.spring.io/libs-release" } }