Преглед изворни кода

Update README to use macros

Roy Clarkson пре 13 година
родитељ
комит
f813813cbb
2 измењених фајлова са 2 додато и 3 уклоњено
  1. 1
    2
      README.ftl.md
  2. 1
    1
      README.md

+ 1
- 2
README.ftl.md Прегледај датотеку

@@ -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 Прегледај датотеку

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