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:
Glenn Renfro
2022-10-05 14:37:12 -04:00
parent 704667d542
commit b7b7de5337
13 changed files with 144 additions and 49 deletions

View File

@@ -11,9 +11,9 @@ specified.
NOTE: if using defaults make sure to install the timestamp-task into your local maven repo
by executing the following build in the timestamp-task module:
[source,shell,indent=2]
[source,shell]
----
$ ./mvnw clean install
./mvnw clean install
----
== The arguments offered by the TaskProcessor are as follows:
@@ -32,9 +32,9 @@ $ ./mvnw clean install
== Build:
[source,shell,indent=2]
[source,shell]
----
$ ./mvnw clean install
./mvnw clean install
----
== Dependencies: