瀏覽代碼

Enable hiding/showing build steps

Greg Turnquist 10 年之前
父節點
當前提交
a1177b1d99
共有 1 個檔案被更改,包括 3 行新增16 行删除
  1. 3
    16
      README.adoc

+ 3
- 16
README.adoc 查看文件

@@ -23,24 +23,11 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
23 23
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
24 24
 
25 25
 
26
-[[scratch]]
27
-== Set up the project
26
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-gradle.adoc[]
28 27
 
29
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
28
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-maven.adoc[]
30 29
 
31
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
32
-
33
-
34
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
35
-
36
-`build.gradle`
37
-// AsciiDoc source formatting doesn't support groovy, so using java instead
38
-[source,java]
39
-----
40
-include::initial/build.gradle[]
41
-----
42
-
43
-NOTE: There are several comments embedded in this build file. They are used to extract out fragments for more detailed explanation further down in this guide.
30
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-sts.adoc[]
44 31
 
45 32
 == Learn what you can do with Spring Boot
46 33