From a1fcadf8b21c59a678805a8359de9a45a9df9943 Mon Sep 17 00:00:00 2001 From: Chopper Date: Fri, 9 Jul 2021 18:42:00 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0741c391..54e0ba61 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,19 @@ ### 介绍 **官网**:https://pickmall.cn -Lilishop 是一款Java开发,基于SpringBoot研发的B2B2C多用户商城,前端使用 Vue、uniapp开发 **系统全端全部代码开源** +Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue、uniapp开发 **系统全端全部代码开源** + +业务兼容O2O商城/B2B商城/B2B2C商城/F2B2C商城/S2B2C商城。支持小程序商城、H5商城、APP商城、 PC商城。 + + 产品前后端分离、支持分布式部署。 -商城展示端包含 PC、H5、微信小程序、APP。 - 商城包含 会员模块、**第三方登录模块**、**第三方支付模块**、**楼层装修模块**、订单模块、分销模块、文章模块、系统设置模块、流量分析模块 系统包含各种中间件、搜索引擎、多级缓存、分布式事务、分布式任务调度等,支持Docker,支持k8s。是一款高性能,支持高并发等商城系统。 -开箱即用,简单配置即可部署一套属于您的系统。 + ### 文档 From 7db5690a2664370720aef503406fd3826744079e Mon Sep 17 00:00:00 2001 From: Chopper Date: Sat, 10 Jul 2021 14:01:55 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 76 +++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 54e0ba61..20c2a06e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -## Lilishop B2B2C商城系统 +## Lilishop B2B2C商城系统🔥 -##### 官方公众号 & 开源不易,如有帮助请点Star +##### 🌹官方公众号 & 开源不易,如有帮助请点Star ![image-20210511171611793](https://pickmall.cn/assets/imgs/h5-qrcode.png) [![star](https://gitee.com/beijing_hongye_huicheng/lilishop/badge/star.svg?theme=dark)](https://gitee.com/beijing_hongye_huicheng/lilishop/stargazers)   ![github](https://img.shields.io/github/stars/hongyehuicheng/lilishop.svg?style=social&logo=#181717) -### 介绍 +### 🔥介绍 **官网**:https://pickmall.cn Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue、uniapp开发 **系统全端全部代码开源** @@ -24,12 +24,12 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue -### 文档 +### ☃️文档 **产品文档**(需求、架构、使用、部署、开发):https://docs.pickmall.cn **功能清单** 功能列表:https://docs.qq.com/sheet/DQ1Z2dWJKUnBRZEt5 -### 项目链接(gitee) +### 💧项目链接(gitee) **Java后台**:https://gitee.com/beijing_hongye_huicheng/lilishop.git @@ -39,7 +39,7 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue **docker一键部署**:https://gitee.com/beijing_hongye_huicheng/docker.git -### 项目链接(github) +### 💧项目链接(github) **Java后台**:https://github.com/hongyehuicheng/lilishop.git @@ -49,7 +49,7 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue **docker一键部署**:https://github.com/hongyehuicheng/docker.git -### 演示地址 +### 💧演示地址 **运营后台**:https://admin-b2b2c.pickmall.cn 账号:admin/123456 @@ -61,13 +61,13 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue ![image-20210511171611793](https://pickmall.cn/assets/imgs/h5-qrcode.png) -### 3行命令搭建本地环境 +### 🚙3行命令搭建本地环境 温馨提示:由于服务较多,如果笔记本环境启动内存没有32g可能无法启动成功(macbookpro 2020 16g内存启动无法成功),台式机在16g内存、AMD 3700x 的ubuntu系统成功运行。 -##### docker环境安装(已安装的用户可跳过) +##### docker环境安装(已安装docker的用户可跳过) ```shell #安装依赖 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 @@ -99,39 +99,39 @@ docker-compose -v -PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_hongye_huicheng/docker/tree/master/init/mysql +PS:单独部署的话,商城数据库文件访问这里:https://gitee.com/beijing_hongye_huicheng/docker/tree/master/init/mysql -##### 各个地址 +##### 商城部署后 API/UI 地址 | API | 地址 | | -------------- | --------------- | -| 买家API | http://127.0.0.1:8888 | -| 商家API | http://127.0.0.1:8889 | -| 管理端API | http://127.0.0.1:8887 | -| 通用API | http://127.0.0.1:8890 | +| 商城买家API | http://127.0.0.1:8888 | +| 商城商家API | http://127.0.0.1:8889 | +| 商城管理端API | http://127.0.0.1:8887 | +| 商城基础API | http://127.0.0.1:8890 | | 前端演示 | 地址 | | -------------- | --------------- | -| PC | http://127.0.0.1:10000 | -| WAP | http://127.0.0.1:10001 | -| 商家 | http://127.0.0.1:10002 | -| 管理端 | http://127.0.0.1:10003 | +| 商城PC端 | http://127.0.0.1:10000 | +| 商城WAP端 | http://127.0.0.1:10001 | +| 商城卖家端 | http://127.0.0.1:10002 | +| 商城管理端 | http://127.0.0.1:10003 | -### 功能列表 +### ⚾️功能列表 -#### 平台功能 +#### 🥎商城管理端功能 ![平台功能](https://pickmall.cn/assets/imgs/other/managerList.jpg) -#### 商家端功能 +#### 🥎商城商家端功能 ![商家端功能](https://pickmall.cn/assets/imgs/other/storeList.jpg) @@ -139,28 +139,28 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ -### 功能展示 +### 🧩商城前端功能展示 -#### 移动端 +#### ⚽️商城移动端 移动端功能展示 -#### 管理端 +#### ⚽️商城管理端 ![管理端功能展示](https://pickmall.cn/assets/imgs/other/manager.gif) -### 技术选型 +### 商城技术选型 -#### 架构图 +#### 🥅架构图 ![架构](https://lili-system.oss-cn-beijing.aliyuncs.com/docs/%E6%9E%B6%E6%9E%84.png) -##### Java后台 +##### 🕹后台技术选型 | 说明 | 框架 | 说明 | | | -------------- | --------------- | -------------- | ------------- | @@ -174,7 +174,7 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ | 短信 | 阿里云短信 | 认证 | JWT | | 日志处理 | Log4j | 接口规范 | RESTful | -##### 前端-运营后台、店铺后台 +##### 🖥前端-运营后台、店铺后台 | 说明 | 框架 | 说明 | 框架 | | ---------- | ---------- | ---------- | ------- | @@ -184,14 +184,14 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ | 基础UI库 | iView | UI界面基于 | iView | | 网络请求 | axios | | | -##### 前端-移动端 +##### 📱前端-移动端 | 说明 | 架构 | 说明 | 架构 | | --------- | ------- | -------- | ------- | | 基础UI库 | uViewui | 基础框架 | uni-app | | CSS预处理 | scss | 地图引擎 | amap | -### 升级计划 +### ✨升级计划 #### 计划每个月发布一个版本,具体时间可能有出入 @@ -252,18 +252,18 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ 2.店铺支持自定义移动端首页 ``` -### 版本升级 +### 🌟版本升级 ``` -后续会持续版本升级,修复bug,完善功能,覆盖更多业务场景 o2o/b2b/s2b2b2c/跨境电商 +商城后续会持续版本升级,修复bug,完善功能,覆盖更多业务场景 o2o/b2b/s2b2b2c/跨境电商 -后续会考虑推出微服务/中台等 企业级版本 +后续会考虑推出微服务商城系统/中台商城等 ``` -### 技术亮点 +### 🙈技术亮点 - 1.后端框架基于Springboot,构建基于maven,持久层使用MyBatisPlus。使用elasticsearch、redis、mongodb、rocketmq 等各种中间健。都是主流架构,轻松应对各种环境。 + 1.商城后端框架基于Springboot,构建基于maven,持久层使用MyBatisPlus。使用elasticsearch、redis、mongodb、rocketmq 等各种中间健。都是主流架构,轻松应对各种环境。 2.支持集群、分布式,支持docker 轻松部署,解决各种复杂场景! @@ -292,7 +292,7 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ 15.已经对接好各种第三方插件,支持各种复杂等联合登陆,联合支付等场景。 -### 开源须知 +### ⚠️开源须知 1.仅允许用于个人学习研究使用. 2.禁止将本开源的代码和资源进行任何形式任何名义的出售. @@ -302,7 +302,7 @@ PS:单独部署的话,数据库文件访问这里:https://gitee.com/beijing_ 4.限制商用,如果需要商业使用请联系我们。QQ3409056806. -### 交流群 +### 🐧交流群 **QQ群**:961316482 From da1b2c3aa8bf113551b03c57de95cd516b037fb8 Mon Sep 17 00:00:00 2001 From: Chopper Date: Sat, 10 Jul 2021 14:08:56 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E7=B2=BE=E7=AE=80readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 111 +----------------------------------------------------- 1 file changed, 1 insertion(+), 110 deletions(-) diff --git a/README.md b/README.md index 20c2a06e..ff16ba77 100644 --- a/README.md +++ b/README.md @@ -67,24 +67,7 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue -##### docker环境安装(已安装docker的用户可跳过) -```shell -#安装依赖 -sudo yum install -y yum-utils device-mapper-persistent-data lvm2 -#设置源 -sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -sudo yum makecache fast -#安装docker -sudo yum install docker-ce -#启动服务 -sudo systemctl start docker -#安装docker-compose -sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose -#授权 -sudo chmod +x /usr/local/bin/docker-compose -#检测版本号 -docker-compose -v -``` +##### docker环境安装 [点击跳转](https://docs.pickmall.cn/deploy/%E4%B8%80%E9%94%AE%E9%83%A8%E7%BD%B2.html) @@ -191,67 +174,6 @@ PS:单独部署的话,商城数据库文件访问这里:https://gitee.com/be | 基础UI库 | uViewui | 基础框架 | uni-app | | CSS预处理 | scss | 地图引擎 | amap | -### ✨升级计划 - -#### 计划每个月发布一个版本,具体时间可能有出入 - -时间:2021年7月15日 - -``` -新增功能: -1.积分商城 -2.店铺移动端 -3.店铺支持发货单 -4.供求单 -5.店铺自提点 -6.移动端展示附近店铺 -7.开屏广告 -8.会员站内消息 -9.移动端店铺入驻 -功能优化: -1.用户分享商城、关注店铺、邀请新用户可获取积分、经验值。 -2.隐私管理功能 -2.移动端店铺首页优化 -``` - -时间:2021年8月16日 - -``` -新增功能: -1.微淘功能 -2.相册管理功能 -3.店铺申请品牌 -4.第三方商品导入(淘宝、99api) -5.用户等级 -6.用户升级会员 -7.会员权益 -8.促销活动:第二件*折 -9.促销活动:商品打包价 -10.促销活动:商品组合购 -11.促销活动:进店赠券 -12.代客退单 -功能优化: -1.批量上传商品分类 -2.店铺维护开票项目 -3.店铺展示营销中心 -``` - -时间:2021年9月15日 - -``` -新增功能: -1.增加供应商功能 -2.商品预售 -3.商品预约 -4.电子券码 -5.企业会员 -6.企业会员购 -7.商品批发价 -功能优化: -1.店铺运费模板支持按照体积计算 -2.店铺支持自定义移动端首页 -``` - ### 🌟版本升级 ``` @@ -260,37 +182,6 @@ PS:单独部署的话,商城数据库文件访问这里:https://gitee.com/be 后续会考虑推出微服务商城系统/中台商城等 ``` -### 🙈技术亮点 - - - 1.商城后端框架基于Springboot,构建基于maven,持久层使用MyBatisPlus。使用elasticsearch、redis、mongodb、rocketmq 等各种中间健。都是主流架构,轻松应对各种环境。 - - 2.支持集群、分布式,支持docker 轻松部署,解决各种复杂场景! - - 3.代码模块清晰,主要分为三端api(买家、卖家、管理),各端API互相隔离,自己鉴权,自己操作业务。 - - 4.使用阿里开源的RocketMQ,基于mq解决各种并发场景,解决事务一致性,解决搞并发延迟场景问题。 - - 5.项目使用多级缓存,应用不同场景,redis缓存业务数据、mongodb缓存关系型多对多关系问题、nginx缓存高频访问低频修改的页面。 - - 6.支持各种联合登陆,支持各种客户端的支付问题,灵活配置灵活开启。 - - 7.内置完善的楼层装修机制,各种拖拉拽,维护跳转页面或外网,即便是一个什么都不懂的运营也可以轻松掌握。 - - 8.内置阿里短信接口,可以在线申请短信模版。内置阿里oss系统,可以对文件执行各种操作。oss商家端资源相互隔离。 - - 10.强大的统计报表,统计效果,可以实现各个场景,包含在线人数,历史在线人数,活跃人数等信息。 - - 11.标准Api接口、提供swagger文档,快速二开。 - - 12.分布式调度任务中心,解决分布式定时任务多次执行问题。 - - 13.代码注释完善,快速上手。 - - 14.非移动端采用IView框架,各种自定义插件、选择器实现。移动端采用uniapp,一次编写,全端使用 - - 15.已经对接好各种第三方插件,支持各种复杂等联合登陆,联合支付等场景。 - ### ⚠️开源须知 1.仅允许用于个人学习研究使用. From 560ab5f102c4b818cd94e47ddd9cd86790f514af Mon Sep 17 00:00:00 2001 From: Chopper Date: Sat, 10 Jul 2021 14:13:53 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E8=B0=83=E6=95=B4readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ff16ba77..739afe48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -## Lilishop B2B2C商城系统🔥 +## 🔥Lilishop B2B2C商城系统 + +##### 🌹官方公众号 & 开源不易,如有帮助请点Star + +##### 官方qq群 961316482,官方公众号/小程序体验,扫描二维码 -##### 🌹官方公众号 & 开源不易,如有帮助请点Star ![image-20210511171611793](https://pickmall.cn/assets/imgs/h5-qrcode.png) [![star](https://gitee.com/beijing_hongye_huicheng/lilishop/badge/star.svg?theme=dark)](https://gitee.com/beijing_hongye_huicheng/lilishop/stargazers) @@ -26,8 +29,7 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue ### ☃️文档 -**产品文档**(需求、架构、使用、部署、开发):https://docs.pickmall.cn -**功能清单** 功能列表:https://docs.qq.com/sheet/DQ1Z2dWJKUnBRZEt5 +**产品文档**:https://docs.pickmall.cn ### 💧项目链接(gitee) @@ -49,21 +51,23 @@ Lilishop 基于SpringBoot研发的B2B2C多用户商城系统,前端使用 Vue **docker一键部署**:https://github.com/hongyehuicheng/docker.git -### 💧演示地址 +### 💧演示地址(手机验证码为 ‘111111’) **运营后台**:https://admin-b2b2c.pickmall.cn 账号:admin/123456 **店铺后台**:https://store-b2b2c.pickmall.cn 账号:13011111111/111111 -**用户前台**:https://pc-b2b2c.pickmall.cn +**PC**:https://pc-b2b2c.pickmall.cn -**移动端**:https://m-b2b2c.pickmall.cn +**WAP**:https://m-b2b2c.pickmall.cn + +**小程序/公众号**:扫描二维码 ![image-20210511171611793](https://pickmall.cn/assets/imgs/h5-qrcode.png) ### 🚙3行命令搭建本地环境 -温馨提示:由于服务较多,如果笔记本环境启动内存没有32g可能无法启动成功(macbookpro 2020 16g内存启动无法成功),台式机在16g内存、AMD 3700x 的ubuntu系统成功运行。 +温馨提示:由于服务中间件较多,如果笔记本环境启动内存没有32g可能无法启动成功(macbookpro 2020 16g内存启动无法成功),台式机在16g内存、AMD 3700x 的ubuntu系统成功运行。 @@ -108,13 +112,13 @@ PS:单独部署的话,商城数据库文件访问这里:https://gitee.com/be -#### 🥎商城管理端功能 +#### 🥎商城平台功能 ![平台功能](https://pickmall.cn/assets/imgs/other/managerList.jpg) -#### 🥎商城商家端功能 +#### 🥎商城卖家功能 ![商家端功能](https://pickmall.cn/assets/imgs/other/storeList.jpg) From b6a56300210d62d05ea3121095a6ed28009d4216 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 12 Jul 2021 12:30:22 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/lili/common/security/context/UserContext.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/framework/src/main/java/cn/lili/common/security/context/UserContext.java b/framework/src/main/java/cn/lili/common/security/context/UserContext.java index 01c29910..af1c4623 100644 --- a/framework/src/main/java/cn/lili/common/security/context/UserContext.java +++ b/framework/src/main/java/cn/lili/common/security/context/UserContext.java @@ -30,9 +30,12 @@ public class UserContext { * @return */ public static AuthUser getCurrentUser() { - HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); - String accessToken = request.getHeader(SecurityEnum.HEADER_TOKEN.getValue()); - return getAuthUser(accessToken); + if (RequestContextHolder.getRequestAttributes() != null) { + HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); + String accessToken = request.getHeader(SecurityEnum.HEADER_TOKEN.getValue()); + return getAuthUser(accessToken); + } + return null; } From 3c78a06008bdee3f85943918e4a7fba14cf4e635 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 12 Jul 2021 12:41:00 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A6=82=E6=9C=AA=E6=94=AF=E4=BB=98=EF=BC=8C?= =?UTF-8?q?=E5=88=99=E4=B8=8D=E9=9C=80=E8=A6=81=E8=BF=9B=E8=A1=8C=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/lili/event/impl/PaymentExecute.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/consumer/src/main/java/cn/lili/event/impl/PaymentExecute.java b/consumer/src/main/java/cn/lili/event/impl/PaymentExecute.java index 029c1697..6c3ed4e6 100644 --- a/consumer/src/main/java/cn/lili/event/impl/PaymentExecute.java +++ b/consumer/src/main/java/cn/lili/event/impl/PaymentExecute.java @@ -40,7 +40,10 @@ public class PaymentExecute implements OrderStatusChangeEvent { if (order.getPayStatus() == PayStatusEnum.UNPAID.name()) { return; } - + //如果未付款,则不去要退回相关代码执行 + if (order.getPayStatus().equals(PayStatusEnum.UNPAID.name())) { + return; + } PaymentMethodEnum paymentMethodEnum = PaymentMethodEnum.valueOf(order.getPaymentMethod()); //进行退款操作 switch (paymentMethodEnum) { @@ -69,7 +72,7 @@ public class PaymentExecute implements OrderStatusChangeEvent { case BANK_TRANSFER: break; default: - log.error("订单支付执行异常,订单编号:", orderMessage.getOrderSn()); + log.error("订单支付执行异常,订单编号:{}", orderMessage.getOrderSn()); break; } break; From d29d166ce0f568f5b393d6946d7e1b9d604ed0ae Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 12 Jul 2021 14:44:11 +0800 Subject: [PATCH 7/8] =?UTF-8?q?banner=20=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer-api/src/main/resources/banner.txt | 19 ----------------- framework/src/main/resources/banner.txt | 26 +++++++---------------- manager-api/src/main/resources/banner.txt | 19 ----------------- 3 files changed, 8 insertions(+), 56 deletions(-) delete mode 100644 buyer-api/src/main/resources/banner.txt delete mode 100644 manager-api/src/main/resources/banner.txt diff --git a/buyer-api/src/main/resources/banner.txt b/buyer-api/src/main/resources/banner.txt deleted file mode 100644 index be6731c5..00000000 --- a/buyer-api/src/main/resources/banner.txt +++ /dev/null @@ -1,19 +0,0 @@ - ___ ___ ___ ___ ________ ________ _______ ________ _____ ______ ___ __ ________ ________ ___ __ -|\ \ |\ \|\ \ |\ \ |\ _____\\ __ \|\ ___ \ |\ __ \|\ _ \ _ \|\ \ |\ \|\ __ \|\ __ \|\ \|\ \ -\ \ \ \ \ \ \ \ \ \ \ ____________\ \ \__/\ \ \|\ \ \ __/|\ \ \|\ \ \ \\\__\ \ \ \ \ \ \ \ \ \|\ \ \ \|\ \ \ \/ /|_ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \ __\\ \ _ _\ \ \_|/_\ \ __ \ \ \\|__| \ \ \ \ __\ \ \ \ \\\ \ \ _ _\ \ ___ \ - \ \ \____\ \ \ \ \____\ \ \|____________|\ \ \_| \ \ \\ \\ \ \_|\ \ \ \ \ \ \ \ \ \ \ \ \|\__\_\ \ \ \\\ \ \ \\ \\ \ \\ \ \ - \ \_______\ \__\ \_______\ \__\ \ \__\ \ \__\\ _\\ \_______\ \__\ \__\ \__\ \ \__\ \____________\ \_______\ \__\\ _\\ \__\\ \__\ - \|_______|\|__|\|_______|\|__| \|__| \|__|\|__|\|_______|\|__|\|__|\|__| \|__|\|____________|\|_______|\|__|\|__|\|__| \|__| - - - - ___ ___ ___ ___ ________ ___ ___ ________ ________ - |\ \ |\ \|\ \ |\ \ |\ ____\|\ \|\ \|\ __ \|\ __ \ - \ \ \ \ \ \ \ \ \ \ \ ____________\ \ \___|\ \ \\\ \ \ \|\ \ \ \|\ \ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \_____ \ \ __ \ \ \\\ \ \ ____\ - \ \ \____\ \ \ \ \____\ \ \|____________|\|____|\ \ \ \ \ \ \ \\\ \ \ \___| - \ \_______\ \__\ \_______\ \__\ ____\_\ \ \__\ \__\ \_______\ \__\ - \|_______|\|__|\|_______|\|__| |\_________\|__|\|__|\|_______|\|__| - \|_________| - diff --git a/framework/src/main/resources/banner.txt b/framework/src/main/resources/banner.txt index be6731c5..ee9c3e52 100644 --- a/framework/src/main/resources/banner.txt +++ b/framework/src/main/resources/banner.txt @@ -1,19 +1,9 @@ - ___ ___ ___ ___ ________ ________ _______ ________ _____ ______ ___ __ ________ ________ ___ __ -|\ \ |\ \|\ \ |\ \ |\ _____\\ __ \|\ ___ \ |\ __ \|\ _ \ _ \|\ \ |\ \|\ __ \|\ __ \|\ \|\ \ -\ \ \ \ \ \ \ \ \ \ \ ____________\ \ \__/\ \ \|\ \ \ __/|\ \ \|\ \ \ \\\__\ \ \ \ \ \ \ \ \ \|\ \ \ \|\ \ \ \/ /|_ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \ __\\ \ _ _\ \ \_|/_\ \ __ \ \ \\|__| \ \ \ \ __\ \ \ \ \\\ \ \ _ _\ \ ___ \ - \ \ \____\ \ \ \ \____\ \ \|____________|\ \ \_| \ \ \\ \\ \ \_|\ \ \ \ \ \ \ \ \ \ \ \ \|\__\_\ \ \ \\\ \ \ \\ \\ \ \\ \ \ - \ \_______\ \__\ \_______\ \__\ \ \__\ \ \__\\ _\\ \_______\ \__\ \__\ \__\ \ \__\ \____________\ \_______\ \__\\ _\\ \__\\ \__\ - \|_______|\|__|\|_______|\|__| \|__| \|__|\|__|\|_______|\|__|\|__|\|__| \|__|\|____________|\|_______|\|__|\|__|\|__| \|__| - - - - ___ ___ ___ ___ ________ ___ ___ ________ ________ - |\ \ |\ \|\ \ |\ \ |\ ____\|\ \|\ \|\ __ \|\ __ \ - \ \ \ \ \ \ \ \ \ \ \ ____________\ \ \___|\ \ \\\ \ \ \|\ \ \ \|\ \ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \_____ \ \ __ \ \ \\\ \ \ ____\ - \ \ \____\ \ \ \ \____\ \ \|____________|\|____|\ \ \ \ \ \ \ \\\ \ \ \___| - \ \_______\ \__\ \_______\ \__\ ____\_\ \ \__\ \__\ \_______\ \__\ - \|_______|\|__|\|_______|\|__| |\_________\|__|\|__|\|_______|\|__| - \|_________| +${AnsiColor.CYAN} ___ ___ ___ ___ ________ ___ ___ ________ ________ +${AnsiColor.CYAN} |\ \ |\ \|\ \ |\ \ |\ ____\|\ \|\ \|\ __ \|\ __ \ +${AnsiColor.CYAN} \ \ \ \ \ \ \ \ \ \ \ ____________\ \ \___|\ \ \\\ \ \ \|\ \ \ \|\ \ +${AnsiColor.CYAN} \ \ \ \ \ \ \ \ \ \ \|\____________\ \_____ \ \ __ \ \ \\\ \ \ ____\ +${AnsiColor.CYAN} \ \ \____\ \ \ \ \____\ \ \|____________|\|____|\ \ \ \ \ \ \ \\\ \ \ \___| +${AnsiColor.CYAN} \ \_______\ \__\ \_______\ \__\ ____\_\ \ \__\ \__\ \_______\ \__\ +${AnsiColor.CYAN} \|_______|\|__|\|_______|\|__| |\_________\|__|\|__|\|_______|\|__| +${AnsiColor.CYAN} \|_________| diff --git a/manager-api/src/main/resources/banner.txt b/manager-api/src/main/resources/banner.txt deleted file mode 100644 index be6731c5..00000000 --- a/manager-api/src/main/resources/banner.txt +++ /dev/null @@ -1,19 +0,0 @@ - ___ ___ ___ ___ ________ ________ _______ ________ _____ ______ ___ __ ________ ________ ___ __ -|\ \ |\ \|\ \ |\ \ |\ _____\\ __ \|\ ___ \ |\ __ \|\ _ \ _ \|\ \ |\ \|\ __ \|\ __ \|\ \|\ \ -\ \ \ \ \ \ \ \ \ \ \ ____________\ \ \__/\ \ \|\ \ \ __/|\ \ \|\ \ \ \\\__\ \ \ \ \ \ \ \ \ \|\ \ \ \|\ \ \ \/ /|_ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \ __\\ \ _ _\ \ \_|/_\ \ __ \ \ \\|__| \ \ \ \ __\ \ \ \ \\\ \ \ _ _\ \ ___ \ - \ \ \____\ \ \ \ \____\ \ \|____________|\ \ \_| \ \ \\ \\ \ \_|\ \ \ \ \ \ \ \ \ \ \ \ \|\__\_\ \ \ \\\ \ \ \\ \\ \ \\ \ \ - \ \_______\ \__\ \_______\ \__\ \ \__\ \ \__\\ _\\ \_______\ \__\ \__\ \__\ \ \__\ \____________\ \_______\ \__\\ _\\ \__\\ \__\ - \|_______|\|__|\|_______|\|__| \|__| \|__|\|__|\|_______|\|__|\|__|\|__| \|__|\|____________|\|_______|\|__|\|__|\|__| \|__| - - - - ___ ___ ___ ___ ________ ___ ___ ________ ________ - |\ \ |\ \|\ \ |\ \ |\ ____\|\ \|\ \|\ __ \|\ __ \ - \ \ \ \ \ \ \ \ \ \ \ ____________\ \ \___|\ \ \\\ \ \ \|\ \ \ \|\ \ - \ \ \ \ \ \ \ \ \ \ \|\____________\ \_____ \ \ __ \ \ \\\ \ \ ____\ - \ \ \____\ \ \ \ \____\ \ \|____________|\|____|\ \ \ \ \ \ \ \\\ \ \ \___| - \ \_______\ \__\ \_______\ \__\ ____\_\ \ \__\ \__\ \_______\ \__\ - \|_______|\|__|\|_______|\|__| |\_________\|__|\|__|\|_______|\|__| - \|_________| - From 86f010b87e7703f2f409100437712a29b1f43bf1 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 12 Jul 2021 16:33:32 +0800 Subject: [PATCH 8/8] =?UTF-8?q?maven=20=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer-api/pom.xml | 8 +++--- common-api/pom.xml | 5 ++-- consumer/pom.xml | 7 ++--- framework/pom.xml | 45 ++------------------------------ manager-api/pom.xml | 5 ++-- pom.xml | 62 ++++++++++++++++++++++++++++++++++----------- seller-api/pom.xml | 5 ++-- 7 files changed, 65 insertions(+), 72 deletions(-) diff --git a/buyer-api/pom.xml b/buyer-api/pom.xml index 22afda90..42426cbe 100644 --- a/buyer-api/pom.xml +++ b/buyer-api/pom.xml @@ -3,21 +3,19 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - 4.3 - buyer-api cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml cn.lili framework - 4.2.0 + ${revision} diff --git a/common-api/pom.xml b/common-api/pom.xml index fe5a4ae7..0faa13d3 100644 --- a/common-api/pom.xml +++ b/common-api/pom.xml @@ -7,7 +7,8 @@ cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml cn.lili @@ -17,7 +18,7 @@ cn.lili framework - 4.2.0 + ${revision} diff --git a/consumer/pom.xml b/consumer/pom.xml index b9b34c24..f743fae9 100644 --- a/consumer/pom.xml +++ b/consumer/pom.xml @@ -8,20 +8,21 @@ cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml cn.lili framework - 4.2.0 + ${revision} com.xuxueli xxl-job-core - 2.2.0 + ${xxl-job} diff --git a/framework/pom.xml b/framework/pom.xml index de8a3431..ded46f47 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -7,54 +7,13 @@ cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml framework jar - - 1.8 - - 1.9.6 - 4.13.40.ALL - 5.1.48 - 3.3.1.tmp - 5.5.8 - 2.0.3.RELEASE - 3.0.0 - 2.9.10 - 1.18.10 - 6.0.11 - 4.5.18 - 3.11.1 - 2.0.1 - 2.1.1 - 0.10.7 - 4.7.2 - 4.0.0 - 1.1.20 - 1.0.3 - 4.7.2 - 4.4.1 - 4.5.12 - 2.9.10 - UTF-8 - UTF-8 - true - 2.0.8 - 2.3.1 - 1.21 - 1.2 - 4.1.2 - 4.1.2 - 6.6 - 3.4.1 - 1.7.28 - 2.2.0 - 1.4 - - org.springframework.boot diff --git a/manager-api/pom.xml b/manager-api/pom.xml index f896a62f..f2b40c40 100644 --- a/manager-api/pom.xml +++ b/manager-api/pom.xml @@ -8,14 +8,15 @@ cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml cn.lili framework - 4.2.0 + ${revision} diff --git a/pom.xml b/pom.xml index c40ec9a4..6aadc57b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,16 +8,61 @@ org.springframework.boot spring-boot-starter-parent 2.3.4.RELEASE + cn.lili lili-shop-parent - 4.2.0 + ${revision} + pom + 1.8 + 4.2.0 registry.cn-beijing.aliyuncs.com/lili-images 0.0.1 + 1.9.6 + 4.13.40.ALL + 5.1.48 + 3.3.1.tmp + 5.5.8 + 2.0.3.RELEASE + 3.0.0 + 2.9.10 + 1.18.10 + 6.0.11 + 4.5.18 + 3.11.1 + 2.0.1 + 2.1.1 + 0.10.7 + 4.7.2 + 4.0.0 + 1.1.20 + 1.0.3 + 4.7.2 + 4.4.1 + 4.5.12 + 2.9.10 + UTF-8 + UTF-8 + true + 2.0.8 + 2.3.1 + 1.21 + 1.2 + 4.1.2 + 4.1.2 + 6.6 + 3.4.1 + 1.7.28 + 2.2.0 + 1.4 + 4.3 + 2.3.0 + 1.2.2 + framework buyer-api @@ -28,25 +73,12 @@ admin - - pom - - - - org.codehaus.mojo - versions-maven-plugin - 2.7 - - false - - - com.spotify docker-maven-plugin - 1.2.2 + ${spotify} ${docker-registry}/${project.build.finalName}:${images-version} java diff --git a/seller-api/pom.xml b/seller-api/pom.xml index 9efa6d45..0e9b7798 100644 --- a/seller-api/pom.xml +++ b/seller-api/pom.xml @@ -8,14 +8,15 @@ cn.lili lili-shop-parent - 4.2.0 + ${revision} + ../pom.xml cn.lili framework - 4.2.0 + ${revision}