|
|
@@ -1,6 +1,7 @@
|
|
1
|
1
|
:project_id: gs-rest-service
|
|
2
|
2
|
:spring_version: 3.2.4.RELEASE
|
|
3
|
3
|
:spring_boot_version: 0.5.0.M4
|
|
|
4
|
+
|
|
4
|
5
|
This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
|
|
5
|
6
|
|
|
6
|
7
|
== What you'll build
|
|
|
@@ -33,6 +34,7 @@ The `name` parameter value overrides the default value of "World" and is reflect
|
|
33
|
34
|
== What you'll need
|
|
34
|
35
|
|
|
35
|
36
|
- About 15 minutes
|
|
|
37
|
+
|
|
36
|
38
|
include::macros/prereq_editor_jdk_buildtools.asc[]
|
|
37
|
39
|
|
|
38
|
40
|
|