瀏覽代碼

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
 
120
 
121
 Run your service with `java -jar` at the command line:
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
 Logging output is displayed. The service should be up and running within a few seconds.
125
 Logging output is displayed. The service should be up and running within a few seconds.
126
 
126
 
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.
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
 [u-rest]: /understanding/rest
150
 [u-rest]: /understanding/rest
152
 [u-json]: /understanding/json
151
 [u-json]: /understanding/json
153
 [u-jsp]: /understanding/jsp
152
 [u-jsp]: /understanding/jsp

+ 1
- 1
README.md 查看文件

48
  - Jump ahead to [Create a resource representation class](#initial).
48
  - Jump ahead to [Create a resource representation class](#initial).
49
 
49
 
50
 **When you're finished**, you can check your results against the code in `gs-rest-service/complete`.
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
 <a name="scratch"></a>
54
 <a name="scratch"></a>
309
 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
 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
 [u-rest]: /understanding/rest
313
 [u-rest]: /understanding/rest
314
 [u-json]: /understanding/json
314
 [u-json]: /understanding/json
315
 [u-jsp]: /understanding/jsp
315
 [u-jsp]: /understanding/jsp