Browse Source

Update README to use macros

Roy Clarkson 13 years ago
parent
commit
f813813cbb
2 changed files with 2 additions and 3 deletions
  1. 1
    2
      README.ftl.md
  2. 1
    1
      README.md

+ 1
- 2
README.ftl.md View File

@@ -120,7 +120,7 @@ Run the service
120 120
 
121 121
 Run your service with `java -jar` at the command line:
122 122
 
123
-    java -jar target/gs-rest-service-0.1.0.jar
123
+    java -jar target/${project_id}-0.1.0.jar
124 124
 
125 125
 Logging output is displayed. The service should be up and running within a few seconds.
126 126
 
@@ -147,7 +147,6 @@ Summary
147 147
 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.
148 148
 
149 149
 
150
-[zip]: https://github.com/springframework-meta/gs-rest-service/archive/master.zip
151 150
 [u-rest]: /understanding/rest
152 151
 [u-json]: /understanding/json
153 152
 [u-jsp]: /understanding/jsp

+ 1
- 1
README.md View File

@@ -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