Ver código fonte

Revise fpp using new macros

Greg Turnquist 13 anos atrás
pai
commit
88ab700b37
2 arquivos alterados com 4 adições e 10 exclusões
  1. 1
    7
      README.ftl.md
  2. 3
    3
      README.md

+ 1
- 7
README.ftl.md Ver arquivo

@@ -114,13 +114,7 @@ The [`@EnableAutoConfiguration`][] annotation switches on reasonable default beh
114 114
 
115 115
 ### <@build_an_executable_jar/>
116 116
 
117
-
118
-Run the service
119
----------------
120
-
121
-Run your service with `java -jar` at the command line:
122
-
123
-    java -jar target/${project_id}-0.1.0.jar
117
+<@run_the_application module="service"/>
124 118
 
125 119
 Logging output is displayed. The service should be up and running within a few seconds.
126 120
 

+ 3
- 3
README.md Ver arquivo

@@ -277,14 +277,14 @@ 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
-
281 280
 Run the service
282
----------------
283
-
281
+-------------------
284 282
 Run your service with `java -jar` at the command line:
285 283
 
286 284
     java -jar target/gs-rest-service-0.1.0.jar
287 285
 
286
+
287
+
288 288
 Logging output is displayed. The service should be up and running within a few seconds.
289 289
 
290 290