|
|
|
|
23
|
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
|
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
|
== Learn what you can do with Spring Boot
|
32
|
== Learn what you can do with Spring Boot
|
46
|
|
33
|
|