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

@@ -18,16 +18,30 @@ which one to be used for the Spring Cloud Task repository.
== Build:
[source,shell,indent=2]
[source,shell]
----
$ mvn clean package
mvn clean package
----
== Execute sample using 2 embedded databases (default):
[source,shell,indent=2]
[source,shell]
----
$ java -jar target/multiple-datasources-3.0.0.jar
java -jar target/multiple-datasources-3.0.0.jar
----
== Native Build:
[source,shell]
----
mvn -Pnative clean package
----
== RUn sample using 2 embedded databases (default) with native app:
[source,shell]
----
./target/multiple-datasources
----
== Execute sample using 2 external databases: