From ba6876ceb5447f9823cdfa057563156039664a5a Mon Sep 17 00:00:00 2001 From: Leon <> Date: Fri, 21 Jun 2019 20:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ali=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 15 ++++++--------- daydayup-mysql/index.md | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 daydayup-mysql/index.md diff --git a/build.gradle b/build.gradle index aef9ca8..20100a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,11 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - jcenter() + maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } + maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'} } dependencies { - //AndroidStudio中开发springboot 使用apply plugin: 'org.springframework.boot'会有问题,必须添加一个AndroidModule才能正常。 - //使用Intellj 开发纯java工程或者 java web 更方便 - //classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:2.2.3' + // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -14,10 +13,8 @@ buildscript { allprojects { repositories { - jcenter() - maven { - url "https://jitpack.io" - } + maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } + maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'} } } diff --git a/daydayup-mysql/index.md b/daydayup-mysql/index.md new file mode 100644 index 0000000..ca15e43 --- /dev/null +++ b/daydayup-mysql/index.md @@ -0,0 +1 @@ +#### 索引 \ No newline at end of file -- Gitee