|
@@ -18,20 +18,20 @@ You'll build a simple web application with Spring Boot and add some useful servi
|
18
|
18
|
|
19
|
19
|
== What you'll need
|
20
|
20
|
|
21
|
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
|
|
21
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
|
22
|
22
|
|
23
|
|
-include::https://raw.github.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
|
26
|
[[scratch]]
|
27
|
27
|
== Set up the project
|
28
|
28
|
|
29
|
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
|
29
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/build_system_intro.adoc[]
|
30
|
30
|
|
31
|
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
|
31
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_directory_structure_hello.adoc[]
|
32
|
32
|
|
33
|
33
|
|
34
|
|
-include::https://raw.github.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
|
34
|
+include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/create_both_builds.adoc[]
|
35
|
35
|
|
36
|
36
|
`build.gradle`
|
37
|
37
|
// AsciiDoc source formatting doesn't support groovy, so using java instead
|