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,14 +9,14 @@ An example of the usage of the `DeployerPartitionHandler` and
|
||||
|
||||
== Build:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ ./mvnw clean install
|
||||
./mvnw clean install
|
||||
----
|
||||
|
||||
== Execute:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
export SPRING_APPLICATION_JSON='{"spring.datasource.url":"jdbc:mariadb://localhost:3306/<your database>","spring.datasource.password":"<your password>","spring.datasource.username":"<your username>","spring.datasource.driverClassName":"org.mariadb.jdbc.Driver"}'
|
||||
java -jar target/partitioned-batch-job-3.0.0.jar
|
||||
|
||||
Reference in New Issue
Block a user