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

Revise fpp using new macros

Greg Turnquist пре 13 година
родитељ
комит
88ab700b37
2 измењених фајлова са 4 додато и 10 уклоњено
  1. 1
    7
      README.ftl.md
  2. 3
    3
      README.md

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

114
 
114
 
115
 ### <@build_an_executable_jar/>
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
 Logging output is displayed. The service should be up and running within a few seconds.
119
 Logging output is displayed. The service should be up and running within a few seconds.
126
 
120
 

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

277
 
277
 
278
 [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin
278
 [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin
279
 
279
 
280
-
281
 Run the service
280
 Run the service
282
----------------
283
-
281
+-------------------
284
 Run your service with `java -jar` at the command line:
282
 Run your service with `java -jar` at the command line:
285
 
283
 
286
     java -jar target/gs-rest-service-0.1.0.jar
284
     java -jar target/gs-rest-service-0.1.0.jar
287
 
285
 
286
+
287
+
288
 Logging output is displayed. The service should be up and running within a few seconds.
288
 Logging output is displayed. The service should be up and running within a few seconds.
289
 
289
 
290
 
290