From c3c24e8ba30e965500c3e8f3b74df455883d9f52 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 5 Feb 2025 11:43:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cash-api/account-server/pom.xml | 21 +++++++++++++++++++++ cash-api/order-server/pom.xml | 21 +++++++++++++++++++++ cash-api/pom.xml | 27 +++++++++++++++++++++++++++ cash-api/product-server/pom.xml | 21 +++++++++++++++++++++ cash-api/system-server/pom.xml | 21 +++++++++++++++++++++ cash-common/pom.xml | 20 ++++++++++++++++++++ cash-sdk/pom.xml | 21 +++++++++++++++++++++ cash-service/account-service/pom.xml | 20 ++++++++++++++++++++ cash-service/order-service/pom.xml | 20 ++++++++++++++++++++ cash-service/pom.xml | 27 +++++++++++++++++++++++++++ cash-service/product-service/pom.xml | 20 ++++++++++++++++++++ cash-service/system-service/pom.xml | 20 ++++++++++++++++++++ pom.xml | 17 ++++++++++++----- 13 files changed, 271 insertions(+), 5 deletions(-) create mode 100644 cash-api/account-server/pom.xml create mode 100644 cash-api/order-server/pom.xml create mode 100644 cash-api/pom.xml create mode 100644 cash-api/product-server/pom.xml create mode 100644 cash-api/system-server/pom.xml create mode 100644 cash-common/pom.xml create mode 100644 cash-sdk/pom.xml create mode 100644 cash-service/account-service/pom.xml create mode 100644 cash-service/order-service/pom.xml create mode 100644 cash-service/pom.xml create mode 100644 cash-service/product-service/pom.xml create mode 100644 cash-service/system-service/pom.xml diff --git a/cash-api/account-server/pom.xml b/cash-api/account-server/pom.xml new file mode 100644 index 00000000..b83ecbb9 --- /dev/null +++ b/cash-api/account-server/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.ysk + cash-api + 1.0.0 + + 账号/商户相关API + 账号/商户相关API + account-server + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-api/order-server/pom.xml b/cash-api/order-server/pom.xml new file mode 100644 index 00000000..4a642d70 --- /dev/null +++ b/cash-api/order-server/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.ysk + cash-api + 1.0.0 + + 订单相关API + 订单相关API + order-server + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-api/pom.xml b/cash-api/pom.xml new file mode 100644 index 00000000..43aefebd --- /dev/null +++ b/cash-api/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.ysk + cash + 1.0.0 + + + cash-api + pom + + account-server + product-server + order-server + system-server + + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-api/product-server/pom.xml b/cash-api/product-server/pom.xml new file mode 100644 index 00000000..83f1372c --- /dev/null +++ b/cash-api/product-server/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.ysk + cash-api + 1.0.0 + + 商品相关API + 商品相关API + product-server + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-api/system-server/pom.xml b/cash-api/system-server/pom.xml new file mode 100644 index 00000000..24114594 --- /dev/null +++ b/cash-api/system-server/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.ysk + cash-api + 1.0.0 + + 系统相关API + 系统相关API + system-server + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-common/pom.xml b/cash-common/pom.xml new file mode 100644 index 00000000..e6eb5f66 --- /dev/null +++ b/cash-common/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.ysk + cash + 1.0.0 + + + cash-common + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-sdk/pom.xml b/cash-sdk/pom.xml new file mode 100644 index 00000000..104a763f --- /dev/null +++ b/cash-sdk/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.ysk + cash + 1.0.0 + + 第三方内容 + 第三方内容 + cash-sdk + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-service/account-service/pom.xml b/cash-service/account-service/pom.xml new file mode 100644 index 00000000..c9680f17 --- /dev/null +++ b/cash-service/account-service/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.ysk + cash-service + 1.0.0 + + + account-service + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-service/order-service/pom.xml b/cash-service/order-service/pom.xml new file mode 100644 index 00000000..160b0c39 --- /dev/null +++ b/cash-service/order-service/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.ysk + cash-service + 1.0.0 + + + order-service + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-service/pom.xml b/cash-service/pom.xml new file mode 100644 index 00000000..a8df1bdd --- /dev/null +++ b/cash-service/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.ysk + cash + 1.0.0 + + + cash-service + pom + + account-service + order-service + product-service + system-service + + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-service/product-service/pom.xml b/cash-service/product-service/pom.xml new file mode 100644 index 00000000..14cddd42 --- /dev/null +++ b/cash-service/product-service/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.ysk + cash-service + 1.0.0 + + + product-service + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/cash-service/system-service/pom.xml b/cash-service/system-service/pom.xml new file mode 100644 index 00000000..10dc6298 --- /dev/null +++ b/cash-service/system-service/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.ysk + cash-service + 1.0.0 + + + system-service + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9a516230..2e13828b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,12 @@ org.springframework.boot spring-boot-starter-parent 3.4.2 - + com.ysk cash - 0.0.1-SNAPSHOT + 1.0.0 + pom cash cash @@ -27,11 +28,17 @@ https://guanwang + + cash-api + cash-common + cash-service + cash-sdk + - scm:git:https://github.com/*******/cash.git - scm:git:ssh://git@github.com/*******/cash.git HEAD - https://github.com/******/cash + scm:git:https://e.coding.net/g-cphe0354/cashier/cashier_server.git + scm:git:ssh://https://e.coding.net/g-cphe0354/cashier/cashier_server.git + https://e.coding.net/g-cphe0354/cashier/cashier_server.git 21