From 441330e455466f99689a0c350bc7aab0a005f19e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 26 Jun 2022 22:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=80=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 20de435d..f72d4669 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ -[toc] +以 [ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro) 为基础,实现的 Spring Cloud Alibaba 微服务架构。进度如下: -> 友情提示:近期在升级和优化该项目,建议先 Star 本项目。主要在做几个事情: -> -> * 1、微服务技术选型以 Spring Cloud Alibaba 为中心。 -> * 2、修改项目分层,并合并部分服务,简化整体服务的复杂性。 -> * 3、将管理后台从 React 重构到 Vue 框架。 -> -> 交流群:[传送门](http://www.iocoder.cn/mall-user-group/?vip&gitee) +* [x] `gateway` 网关服务 +* [x] `system` 系统服务 +* [x] `infra` 基础设施 +* [ ] `bpm` 工作流服务 +* [ ] `pay` 支付服务 +* [ ] `member` 会员服务 +* [ ] `product` 商品服务 +* [ ] `market` 营销服务 +* [ ] `trade` 交易服务 + +启动文档,可见 地址。 + +---- # 前言