Updated readmes to improve copy pastability
Also added instructions for native compilation for those apps that it is useful Added documentation for native compilation when using Single Step Batch Processing Updated documentaiton for native compilation for single app processing
This commit is contained in:
@@ -9,18 +9,32 @@ metrics at the end of the application using the SimpleMeterRegistry.
|
||||
|
||||
== Classes:
|
||||
|
||||
* TaskMetricsApplication - the Spring Boot Main Application
|
||||
* TaskObservationsApplication - the Spring Boot Main Application
|
||||
|
||||
== Build:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ mvn clean package
|
||||
mvn clean package
|
||||
----
|
||||
|
||||
== Run:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ java -jar target/task-metrics-3.0.0-SNAPSHOT.jar
|
||||
java -jar target/task-observations-3.0.0.jar
|
||||
----
|
||||
|
||||
== Native Build:
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
mvn -Pnative clean package
|
||||
----
|
||||
|
||||
== Native Run:
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
./target/task-observations
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user