|
@@ -49,24 +49,13 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
|
49
|
49
|
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
|
50
|
50
|
|
51
|
51
|
|
52
|
|
-[[scratch]]
|
53
|
|
-== Set up the project
|
|
52
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-gradle.adoc[]
|
54
|
53
|
|
55
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
|
54
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-maven.adoc[]
|
56
|
55
|
|
57
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
|
56
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-sts.adoc[]
|
58
|
57
|
|
59
|
58
|
|
60
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
61
|
|
-`build.gradle`
|
62
|
|
-// AsciiDoc source formatting doesn't support groovy, so using java instead
|
63
|
|
-[source,java]
|
64
|
|
-----
|
65
|
|
-include::initial/build.gradle[]
|
66
|
|
-----
|
67
|
|
-
|
68
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-gradle-plugin.adoc[]
|
69
|
|
-
|
70
|
59
|
|
71
|
60
|
[[initial]]
|
72
|
61
|
== Create a resource representation class
|