From b19a41f99b18c7040e5f5ce23906471b3599c901 Mon Sep 17 00:00:00 2001 From: dingzhaojun Date: Mon, 26 Feb 2024 10:20:47 +0800 Subject: [PATCH] bat --- jar-dryrun.bat | 2 +- jar-run-root.bat | 2 +- jar-run.bat | 2 +- pom.xml | 13 +++++++------ 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/jar-dryrun.bat b/jar-dryrun.bat index dbf678a..c1ae071 100644 --- a/jar-dryrun.bat +++ b/jar-dryrun.bat @@ -1 +1 @@ -java -jar demo-car-1.0.jar --thin.dryrun \ No newline at end of file +java -jar ./target/demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root \ No newline at end of file diff --git a/jar-run-root.bat b/jar-run-root.bat index 28afc8b..8eb5400 100644 --- a/jar-run-root.bat +++ b/jar-run-root.bat @@ -1 +1 @@ -java -jar demo-car-1.0.jar --thin.root=target/thin/root \ No newline at end of file +java -jar ./target/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 index 030d813..6db7e76 100644 --- a/jar-run.bat +++ b/jar-run.bat @@ -1 +1 @@ -java -jar demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root \ No newline at end of file +java -jar ./target/demo-car-1.0.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml index bb9be5e..aeff6ea 100644 --- a/pom.xml +++ b/pom.xml @@ -24,17 +24,18 @@ false - - - net.risesoft.demo - demo-merceds - 1.0 - + net.risesoft.demo demo-audi 1.0 + + + net.risesoft.demo + demo-merceds + 1.0 +