From 43908013e346643ee39318f0043b04453e4fd99d Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 9 Oct 2020 16:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E6=9C=8D=E5=8A=A1=E6=95=B4=E4=BD=93?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 067de78c..fd2e0a5b 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,8 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, - 安全框架:Apache Shiro 1.4.0,Jwt_3.7.0 +- 微服务技术:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywarking、SpringBootAdmin监控 + - 数据库连接池:阿里巴巴Druid 1.1.10 - 缓存框架:redis @@ -294,6 +296,39 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, └─更多功能开发中。。 ``` + +## 微服务整体解决方案(2.3+版本) + + +1、服务注册和发现 Nacos √ + +2、统一配置中心 Nacos √ + +3、路由网关 gateway √ + +4、分布式 http feign √ + +5、熔断和降级 Sentinel √ + +6、分布式文件 Minio、阿里OSS √ + +7、统一权限控制 JWT + Shiro √ + +8、服务监控 SpringBootAdmin [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1761865) + +9、链路跟踪 Skywarking [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1771670) + +10、消息中间件 SpringCloudStream+RabbitMQ [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1744409) + +11、分布式任务 xxl-job [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1801263) + +12、分布式事务 Seata + +13、分布式日志 elk + kafa + +14、支持 docker-compose、k8s、jenkins + +15、CAS 单点登录 √ #### 微服务架构图 ![微服务架构图](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/jeecgboot-weifuwu-cloud.png "在这里输入图片标题")