|
|
@@ -48,6 +48,7 @@ To **skip the basics**, do the following:
|
|
48
|
48
|
- Jump ahead to [Create a resource representation class](#initial).
|
|
49
|
49
|
|
|
50
|
50
|
**When you're finished**, you can check your results against the code in `gs-rest-service/complete`.
|
|
|
51
|
+[zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
|
|
51
|
52
|
|
|
52
|
53
|
|
|
53
|
54
|
<a name="scratch"></a>
|
|
|
@@ -309,7 +310,6 @@ Summary
|
|
309
|
310
|
Congrats! You've just developed a RESTful web service with Spring. This of course is just the beginning, and there are many more features to explore and take advantage of. Be sure to check out Spring's support for [securing](TODO), [describing](TODO) [managing](TODO), [testing](TODO) and [consuming](/gs-consuming-rest) RESTful web services.
|
|
310
|
311
|
|
|
311
|
312
|
|
|
312
|
|
-[zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
|
|
313
|
313
|
[u-rest]: /understanding/rest
|
|
314
|
314
|
[u-json]: /understanding/json
|
|
315
|
315
|
[u-jsp]: /understanding/jsp
|