Commit 4389f1df0e2e71f3fffdbad9fbde9dccb0090ef4

Authored by zhangdaiscott
1 parent 4f2a8237

微服务整体解决方案

Showing 1 changed file with 35 additions and 0 deletions
README.md
... ... @@ -136,6 +136,8 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
136 136  
137 137 - 安全框架:Apache Shiro 1.4.0,Jwt_3.7.0
138 138  
  139 +- 微服务技术:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywarking、SpringBootAdmin监控
  140 +
139 141 - 数据库连接池:阿里巴巴Druid 1.1.10
140 142  
141 143 - 缓存框架:redis
... ... @@ -294,6 +296,39 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
294 296 └─更多功能开发中。。
295 297  
296 298 ```
  299 +
  300 +## 微服务整体解决方案(2.3+版本)
  301 +
  302 +
  303 +1、服务注册和发现 Nacos √
  304 +
  305 +2、统一配置中心 Nacos √
  306 +
  307 +3、路由网关 gateway √
  308 +
  309 +4、分布式 http feign √
  310 +
  311 +5、熔断和降级 Sentinel √
  312 +
  313 +6、分布式文件 Minio、阿里OSS √
  314 +
  315 +7、统一权限控制 JWT + Shiro √
  316 +
  317 +8、服务监控 SpringBootAdmin [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1761865)
  318 +
  319 +9、链路跟踪 Skywarking [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1771670)
  320 +
  321 +10、消息中间件 SpringCloudStream+RabbitMQ [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1744409)
  322 +
  323 +11、分布式任务 xxl-job [参考文档](https://www.kancloud.cn/zhangdaiscott/jeecgcloud/1801263)
  324 +
  325 +12、分布式事务 Seata
  326 +
  327 +13、分布式日志 elk + kafa
  328 +
  329 +14、支持 docker-compose、k8s、jenkins
  330 +
  331 +15、CAS 单点登录 √
297 332  
298 333 #### 微服务架构图
299 334 ![微服务架构图](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/jeecgboot-weifuwu-cloud.png "在这里输入图片标题")
... ...