|
@@ -39,25 +39,13 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
|
|
|
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
|
|
|
|
|
|
|
|
|
-[[scratch]]
|
|
|
-== Set up the project
|
|
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-gradle.adoc[]
|
|
|
|
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
|
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-maven.adoc[]
|
|
|
|
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
|
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-sts.adoc[]
|
|
|
|
|
|
|
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
|
|
-
|
|
|
-`build.gradle`
|
|
|
-// AsciiDoc source formatting doesn't support groovy, so using java instead
|
|
|
-[source,java]
|
|
|
-----
|
|
|
-include::initial/build.gradle[]
|
|
|
-----
|
|
|
-
|
|
|
-include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-gradle-plugin.adoc[]
|
|
|
-
|
|
|
|
|
|
[[initial]]
|
|
|
== Create a resource representation class
|