Skip to content

Commit ec1f0f3

Browse files
committed
add more spring 5 code
1 parent d7f4f96 commit ec1f0f3

33 files changed

Lines changed: 270 additions & 80 deletions

JavaTMP-SpringBoot-Modules/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ buildscript {
66
maven {
77
url "https://plugins.gradle.org/m2/"
88
}
9+
maven { url "http://repo.spring.io/snapshot" }
10+
maven { url "http://repo.spring.io/milestone" }
11+
maven { url "http://repo.spring.io/release" }
912
}
1013
dependencies {
1114
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBoot}")
@@ -57,6 +60,9 @@ subprojects {
5760
maven {
5861
url "https://plugins.gradle.org/m2/"
5962
}
63+
maven { url "http://repo.spring.io/snapshot" }
64+
maven { url "http://repo.spring.io/milestone" }
65+
maven { url "http://repo.spring.io/release" }
6066
}
6167

6268
test {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
springBoot=2.4.1
2-
dependencyManagement=1.0.10.RELEASE
1+
springBoot=2.3.1.RELEASE
2+
dependencyManagement=1.0.9.RELEASE
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)