From 7e2aafe5a7f7d82e3191fca1efcdc7ef06d8abfd Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Mon, 10 Feb 2025 17:59:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=8F=AF=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cash-api/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cash-api/pom.xml b/cash-api/pom.xml index 827a516c2..bbd768486 100644 --- a/cash-api/pom.xml +++ b/cash-api/pom.xml @@ -48,4 +48,24 @@ + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + From 20ccc63027fff5f3c905a44ad08c91dde5db9e8e Mon Sep 17 00:00:00 2001 From: GYJ <1157756119@qq.com> Date: Tue, 11 Feb 2025 09:13:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + cash-api/pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 2d80094ad..c526f117c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ build/ ### VS Code ### .vscode/ +/jars/ diff --git a/cash-api/pom.xml b/cash-api/pom.xml index bbd768486..b4ae90c1c 100644 --- a/cash-api/pom.xml +++ b/cash-api/pom.xml @@ -57,7 +57,15 @@ true + ../../jars + + + + repackage + + + org.apache.maven.plugins @@ -66,6 +74,7 @@ true +