From a04291e86847b5dea2f6f0993c2530edce077778 Mon Sep 17 00:00:00 2001 From: zhaowenyuan Date: Mon, 6 May 2024 11:36:14 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 2b0cc2f..ab74e02 100644 --- a/Readme.md +++ b/Readme.md @@ -14,19 +14,14 @@ sanyicloud --> ├── common-mail -- 邮件 扩展封装 ├── common-mongo -- mongoDB 扩展封装 ├── common-mybatis -- orm (Object Relational Mapping) 框架, mybatis-plus 扩展封装 - ├── common-oss -- 文件存储 扩展封装 + ├── common-redis -- 缓存 ├── common-security -- 全局登录注册 -├── -modules bi 平台相关 +├── -modules 平台相关 ├── -module-auth 部署于阿里云测试和华为正式 --> 使用华为docker redis - ├── -module-common bi平台相关公共类, 主要为 日志, xxl-job, security 等 - ├── -module-fast bi平台收入与支出拉取等 --> 使用华为云 docker mysql, redis - ├── -module-gateway bi平台网关 --> 使用华为云 docker redis - ├── -module-job bi平台定时任务 --> 使用华为云 docker mysql, redis - ├── -module-manager bi平台项目管理 --> 使用阿里云 mysql 华为云 redis - ├── -module-review bi平台评论管理 --> 使用阿里云 mysql redis - ├── -module-system-v2 bi平台系统管理 --> 使用阿里云 mysql redis - ├── -module-website bi平台招聘以及叁一官网 --> 使用华为云 docker mysql redis - └── -tp-data 拉取tp元数据 --> 使用阿里云 mongo mysql + ├── -module-gateway 平台网关 --> 使用华为云 docker redis + ├── -module-oss 平台文件相关 --> 使用华为云 docker redis + ├── -module-job 平台定时任务 --> 使用华为云 docker mysql, redis + ├── -module-system bi平台系统管理 --> 使用阿里云 mysql redis └── visual 可视化相关 └── -sentinel -- 流量高可用 [5003] , 并进行了 nacos 持久化配置, 默认的 group 为 SENTINEL_GROUP ```