From f275886c7aa5c15d48516c61c41b50de5aa34820 Mon Sep 17 00:00:00 2001
From: xjs <1294405880@qq.com>
Date: Mon, 14 Mar 2022 17:14:46 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=BB=BA=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 +-
xjs-business/pom.xml | 1 +
.../xjs-project-mall/mall-coupon/pom.xml | 21 ++++++++++++++
.../xjs-project-mall/mall-member/pom.xml | 21 ++++++++++++++
.../xjs-project-mall/mall-order/pom.xml | 21 ++++++++++++++
.../xjs-project-mall/mall-product/pom.xml | 21 ++++++++++++++
.../xjs-project-mall/mall-ware/pom.xml | 21 ++++++++++++++
xjs-business/xjs-project-mall/pom.xml | 28 +++++++++++++++++++
xjs-business/xjs-project-srb/pom.xml | 2 +-
9 files changed, 136 insertions(+), 2 deletions(-)
create mode 100644 xjs-business/xjs-project-mall/mall-coupon/pom.xml
create mode 100644 xjs-business/xjs-project-mall/mall-member/pom.xml
create mode 100644 xjs-business/xjs-project-mall/mall-order/pom.xml
create mode 100644 xjs-business/xjs-project-mall/mall-product/pom.xml
create mode 100644 xjs-business/xjs-project-mall/mall-ware/pom.xml
create mode 100644 xjs-business/xjs-project-mall/pom.xml
diff --git a/pom.xml b/pom.xml
index e5e80df9..a617fdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.ruoyi
ruoyi
- 3.3.0
+ ${ruoyi.version}
管理系统
微服务系统
diff --git a/xjs-business/pom.xml b/xjs-business/pom.xml
index 53885f27..6394a847 100644
--- a/xjs-business/pom.xml
+++ b/xjs-business/pom.xml
@@ -25,6 +25,7 @@
xjs-business-webmagic
xjs-business-blog
xjs-project-srb
+ xjs-project-mall
diff --git a/xjs-business/xjs-project-mall/mall-coupon/pom.xml b/xjs-business/xjs-project-mall/mall-coupon/pom.xml
new file mode 100644
index 00000000..eb9ad7b7
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-coupon/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ 优惠服务
+
+ mall-coupon
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-mall/mall-member/pom.xml b/xjs-business/xjs-project-mall/mall-member/pom.xml
new file mode 100644
index 00000000..50856740
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-member/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ 会员服务
+
+ mall-member
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-mall/mall-order/pom.xml b/xjs-business/xjs-project-mall/mall-order/pom.xml
new file mode 100644
index 00000000..fafe21d6
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-order/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ 订单服务
+
+ mall-order
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-mall/mall-product/pom.xml b/xjs-business/xjs-project-mall/mall-product/pom.xml
new file mode 100644
index 00000000..62532b9e
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-product/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ 商品服务
+
+ mall-product
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-mall/mall-ware/pom.xml b/xjs-business/xjs-project-mall/mall-ware/pom.xml
new file mode 100644
index 00000000..28b9b08b
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-ware/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ 仓库服务
+
+ mall-ware
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-mall/pom.xml b/xjs-business/xjs-project-mall/pom.xml
new file mode 100644
index 00000000..d3e66e2c
--- /dev/null
+++ b/xjs-business/xjs-project-mall/pom.xml
@@ -0,0 +1,28 @@
+
+
+
+ xjs-business
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+ 商城项目
+
+ mall-product
+ mall-ware
+ mall-order
+ mall-member
+ mall-coupon
+
+ pom
+
+ xjs-project-mall
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/xjs-business/xjs-project-srb/pom.xml b/xjs-business/xjs-project-srb/pom.xml
index 42098506..34c0ace9 100644
--- a/xjs-business/xjs-project-srb/pom.xml
+++ b/xjs-business/xjs-project-srb/pom.xml
@@ -8,7 +8,7 @@
3.3.0
4.0.0
- 金融模块-尚融宝
+ 尚融宝
srb-service-base
srb-service-core