|
|
@@ -1,9 +1,9 @@
|
|
1
|
|
-This guide walks you through creating a "hello world" [RESTful web service][u-rest] with Spring.
|
|
|
1
|
+This guide walks you through the process of creating a "hello world" [RESTful web service][u-rest] with Spring.
|
|
2
|
2
|
|
|
3
|
3
|
What you'll build
|
|
4
|
4
|
-----------------
|
|
5
|
5
|
|
|
6
|
|
-The service will accept HTTP GET requests at:
|
|
|
6
|
+You'll build a service that will accept HTTP GET requests at:
|
|
7
|
7
|
|
|
8
|
8
|
http://localhost:8080/greeting
|
|
9
|
9
|
|