diff --git a/jar-dryrun.bat b/jar-dryrun.bat new file mode 100644 index 0000000..dbf678a --- /dev/null +++ b/jar-dryrun.bat @@ -0,0 +1 @@ +java -jar demo-car-1.0.jar --thin.dryrun \ No newline at end of file diff --git a/jar-run-root.bat b/jar-run-root.bat new file mode 100644 index 0000000..28afc8b --- /dev/null +++ b/jar-run-root.bat @@ -0,0 +1 @@ +java -jar demo-car-1.0.jar --thin.root=target/thin/root \ No newline at end of file diff --git a/jar-run.bat b/jar-run.bat new file mode 100644 index 0000000..030d813 --- /dev/null +++ b/jar-run.bat @@ -0,0 +1 @@ +java -jar demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root \ No newline at end of file