Parcourir la source

Upgrade plugin from spring-boot to o.s.boot

Greg Turnquist il y a 8 ans
Parent
révision
c7eb27e8d8
Aucun compte lié à l'adresse email de l'auteur
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      complete/build.gradle
  2. 1
    1
      initial/build.gradle

+ 1
- 1
complete/build.gradle Voir le fichier

@@ -10,7 +10,7 @@ buildscript {
10 10
 apply plugin: 'java'
11 11
 apply plugin: 'eclipse'
12 12
 apply plugin: 'idea'
13
-apply plugin: 'spring-boot'
13
+apply plugin: 'org.springframework.boot'
14 14
 
15 15
 jar {
16 16
     baseName = 'gs-rest-service'

+ 1
- 1
initial/build.gradle Voir le fichier

@@ -10,7 +10,7 @@ buildscript {
10 10
 apply plugin: 'java'
11 11
 apply plugin: 'eclipse'
12 12
 apply plugin: 'idea'
13
-apply plugin: 'spring-boot'
13
+apply plugin: 'org.springframework.boot'
14 14
 
15 15
 jar {
16 16
     baseName = 'gs-rest-service'