瀏覽代碼

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

Greg Turnquist 8 年之前
父節點
當前提交
c91f1cde10
沒有帳戶連結到提交者的電子郵件
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      complete/build.gradle
  2. 1
    1
      initial/build.gradle

+ 1
- 1
complete/build.gradle 查看文件

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

+ 1
- 1
initial/build.gradle 查看文件

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