소스 검색

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

Greg Turnquist 7 년 전
부모
커밋
c91f1cde10
No account linked to committer's email
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      complete/build.gradle
  2. 1
    1
      initial/build.gradle

+ 1
- 1
complete/build.gradle 파일 보기

@@ -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-spring-boot'

+ 1
- 1
initial/build.gradle 파일 보기

@@ -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-spring-boot'