Explorar el Código

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

Greg Turnquist hace 13 años
padre
commit
3e251853a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver fichero

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