瀏覽代碼

Update build_the_application macros to link in gs-convert-jar-to-war

Greg Turnquist 13 年之前
父節點
當前提交
3e251853a0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -277,6 +277,8 @@ Now run the following to produce a single executable JAR file containing all nec
277 277
 
278 278
 [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin
279 279
 
280
+> **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/gs-convert-jar-to-war) instead.
281
+
280 282
 Run the service
281 283
 -------------------
282 284
 Run your service with `java -jar` at the command line: