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:
@@ -13,14 +13,28 @@ This is a Spring Cloud Task application that logs a timestamp.
|
||||
|
||||
== Build:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ mvn clean package
|
||||
mvn clean package
|
||||
----
|
||||
|
||||
== Run:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ java -jar target/timestamp-task-3.0.0.jar
|
||||
java -jar target/timestamp-task-3.0.0.jar
|
||||
----
|
||||
|
||||
== Native Build:
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
mvn -Pnative clean package
|
||||
----
|
||||
|
||||
== Native Run:
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
./target/timestamp-task
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user