Skip to content

Commit 07c052f

Browse files
项目结构调整
1 parent 808b73a commit 07c052f

5 files changed

Lines changed: 16 additions & 259 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ gradle-app.setting
99
# Cache of project
1010
.gradletasknamecache
1111

12-
.gradle/*
13-
.idea/*
12+
.gradle/
13+
.idea/
1414
build/
15+
gradlew.bat
16+
gradlew
1517

1618
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
1719
# gradle/wrapper/gradle-wrapper.properties

build.gradle

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@ configurations {
2424

2525
repositories {
2626
mavenLocal()
27-
maven { url "https://maven.aliyun.com/repository/jcenter" }
27+
mavenCentral()
28+
maven { url 'https://repo.spring.io/milestone' }
29+
maven { url 'https://repo.spring.io/snapshot' }
30+
maven { url "https://maven.aliyun.com/repository/central" }
31+
maven { url "https://maven.aliyun.com/repository/public" }
32+
maven { url "https://maven.aliyun.com/repository/google" }
33+
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
34+
maven { url "https://maven.aliyun.com/repository/spring" }
35+
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
36+
maven { url "https://maven.aliyun.com/repository/grails-core" }
37+
maven { url "https://maven.aliyun.com/repository/apache-snapshots" }
38+
maven { url "http://repo.spring.io/milestone" }
2839
}
2940

3041
dependencies {

gradle/wrapper/gradle-wrapper.jar

-53.9 KB
Binary file not shown.

gradlew

Lines changed: 0 additions & 172 deletions
This file was deleted.

gradlew.bat

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)