11# zlt-microservices-platform
22
33<p align =" center " >
4- <img src =" https://img.shields.io/badge/Version-5.5.0-critical " alt =" Downloads " />
5- <img src =" https://img.shields.io/badge/Spring%20Boot-2.5.14-blue " alt =" Downloads " />
6- <img src =" https://img.shields.io/badge/Spring%20Cloud-2020.0.6-blue " alt =" Downloads " />
7- <img src =" https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2021.1-blue " alt =" Downloads " />
8- <img src =" https://img.shields.io/badge/Elasticsearch-7.x-brightgreen " alt =" Downloads " />
4+ <img src =" https://img.shields.io/badge/Version-6.0.0-critical " alt =" Downloads " />
5+ <img src =" https://img.shields.io/badge/JDK-17-8A2BE2 " alt =" Downloads " />
6+ <img src =" https://img.shields.io/badge/Spring Authorization Server-1.1.3-40A24E " alt =" Downloads " />
7+ <img src =" https://img.shields.io/badge/Spring%20Boot-3.1.6-blue " alt =" Downloads " />
8+ <img src =" https://img.shields.io/badge/Spring%20Cloud-2022.0.4-blue " alt =" Downloads " />
9+ <img src =" https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2022.0.0.0-blue " alt =" Downloads " />
10+ <img src =" https://img.shields.io/badge/Elasticsearch-7.x-34A2AE " alt =" Downloads " />
911 <img src =" https://img.shields.io/badge/Ant%20Design-pro-9cf " alt =" Downloads " />
10- <a target =" _blank " href =' https://gitee.com/zlt2000/microservices-platform ' >
11- <img src='https://gitee.com/zlt2000/microservices-platform/badge/star.svg' alt='star'/>
12- </a >
13- <a target =" _blank " href =' https://github.com/zlt2000/microservices-platform ' >
14- <img src="https://img.shields.io/github/stars/zlt2000/microservices-platform.svg?style=social" alt="github star"/>
15- </a >
1612</p >
1713
1814
4642 * ** [ 文档更新日志] ( https://www.kancloud.cn/zlt2000/microservices-platform/936236 ) **
4743* ** 演示环境地址** : [ http://zlt2000.cn ] ( http://zlt2000.cn/ )
4844 * 账号密码:admin/admin
49- * APM监控账号密码:admin/admin
5045 * Grafana账号:zlt/zlt123
51- * 任务管理账号密码:admin/123456
5246* ** 演示环境有全方位的监控示例:日志系统 + APM系统 + GPE系统**
5347* Gitee地址:https://gitee.com/zlt2000/microservices-platform
5448* Github地址:https://github.com/zlt2000/microservices-platform
5549* 前后端分离的企业级微服务架构
5650* 主要针对解决微服务和业务开发时常见的** 非功能性需求**
57- * 深度定制` Spring Security ` 真正实现了基于` RBAC ` 、` jwt ` 和` oauth2 ` 的无状态统一权限认证的解决方案
51+ * 基于 ` Spring Authorization Server ` 深度定制` Spring Security ` 真正实现了基于` RBAC ` 、` jwt ` 和` oauth2 ` 的无状态统一权限认证的解决方案
5852* 提供应用管理,方便第三方系统接入,** 支持多租户(应用隔离)**
5953* 引入组件化的思想实现高内聚低耦合并且高度可配置化
6054* 注重代码规范,严格控制包依赖,每个工程基本都是最小依赖
6155* 非常适合学习和企业中使用
6256> 重构于开源项目OCP&cp:https://gitee.com/owenwangwen/open-capacity-platform
6357
6458  ;
65- ## 4. 模块说明
59+ ## 4. 分支说明
60+ | 分支名 | JDK | Spring Boot | Spring Cloud | Spring Security |
61+ | --- | --- | --- | --- | ---|
62+ | master | 17 | 3.x | 2022.x | Spring Authorization Server |
63+ | 5.x | 1.8 | 2.5.x | 2020.x | Spring Security OAuth |
64+ | 4.x | 1.8 | 2.3.x | 2.2.x | Spring Security OAuth |
65+
66+   ;
67+ ## 5. 模块说明
6668``` lua
6769central - platform -- 父项目,公共依赖
6870│ ├─zlt - business -- 业务模块一级工程
@@ -97,11 +99,13 @@ central-platform -- 父项目,公共依赖
9799│ │ ├─layui - web -- layui前端[8066]
98100│ │ ├─react - web -- react前端[8066]
99101│ ├─zlt - demo -- demo一级工程
100- │ │ ├─txlcn - demo -- txlcn分布式事务demo
102+ │ │ ├─dubbo - demo -- dubbo服务demo
103+ │ │ ├─resource - server - demo -- 资源服务器demo
101104│ │ ├─seata - demo -- seata分布式事务demo
102105│ │ ├─sharding - jdbc - demo -- sharding-jdbc分库分表demo
103106│ │ ├─rocketmq - demo -- rocketmq和mq事务demo
104107│ │ ├─sso - demo -- 单点登录demo
108+ │ │ ├─websocket - demo -- websocket demo
105109```
106110
107111<table >
@@ -112,7 +116,7 @@ central-platform -- 父项目,公共依赖
112116</table >
113117
114118
115- ## 5 . 交流反馈
119+ ## 6 . 交流反馈
116120* 有问题先看看 [ F&Q] ( https://www.kancloud.cn/zlt2000/microservices-platform/981382 ) 中有没有相关的回答
117121* 欢迎提交` ISSUS ` ,请写清楚问题的具体原因,重现步骤和环境(上下文)
118122* 项目/微服务交流请进群:
@@ -125,7 +129,7 @@ central-platform -- 父项目,公共依赖
125129* GitChat:[ https://gitbook.cn/gitchat/author/5b2362320398d50d7b7ab29e ] ( https://gitbook.cn/gitchat/author/5b2362320398d50d7b7ab29e )
126130
127131  ;
128- ## 6 . 截图(点击可大图预览)
132+ ## 7 . 截图(点击可大图预览)
129133<table >
130134 <tr>
131135 <td><img alt="首页" src="https://gitee.com/zlt2000/images/raw/master/%E9%A6%96%E9%A1%B5.png"/></td>
0 commit comments