|
|
@@ -3,7 +3,7 @@ buildscript {
|
|
3
|
3
|
mavenCentral()
|
|
4
|
4
|
}
|
|
5
|
5
|
dependencies {
|
|
6
|
|
- classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
|
|
|
6
|
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE")
|
|
7
|
7
|
}
|
|
8
|
8
|
}
|
|
9
|
9
|
|
|
|
@@ -11,6 +11,7 @@ apply plugin: 'java'
|
|
11
|
11
|
apply plugin: 'eclipse'
|
|
12
|
12
|
apply plugin: 'idea'
|
|
13
|
13
|
apply plugin: 'org.springframework.boot'
|
|
|
14
|
+apply plugin: 'io.spring.dependency-management'
|
|
14
|
15
|
|
|
15
|
16
|
jar {
|
|
16
|
17
|
baseName = 'gs-rest-service'
|