This commit is contained in:
dzj 2024-02-26 10:20:47 +08:00
parent 824a54d6bf
commit b19a41f99b
4 changed files with 10 additions and 9 deletions

View File

@ -1 +1 @@
java -jar demo-car-1.0.jar --thin.dryrun java -jar ./target/demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root

View File

@ -1 +1 @@
java -jar demo-car-1.0.jar --thin.root=target/thin/root java -jar ./target/demo-car-1.0.jar --thin.root=target/thin/root

View File

@ -1 +1 @@
java -jar demo-car-1.0.jar --thin.dryrun --thin.root=target/thin/root java -jar ./target/demo-car-1.0.jar

View File

@ -27,12 +27,13 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.risesoft.demo</groupId> <groupId>net.risesoft.demo</groupId>
<artifactId>demo-merceds</artifactId> <artifactId>demo-audi</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.risesoft.demo</groupId> <groupId>net.risesoft.demo</groupId>
<artifactId>demo-audi</artifactId> <artifactId>demo-merceds</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>