Skip to content

Commit

Permalink
Merge pull request #69 from zlt2000/dev
Browse files Browse the repository at this point in the history
update to v6.0.0
  • Loading branch information
zlt2000 authored Dec 17, 2023
2 parents da821d6 + f90e1d1 commit 8177b40
Show file tree
Hide file tree
Showing 416 changed files with 5,247 additions and 7,568 deletions.
43 changes: 23 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# zlt-microservices-platform

<p align="center">
<img src="https://img.shields.io/badge/Version-5.5.0-critical" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Boot-2.5.14-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Cloud-2020.0.6-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2021.1-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Elasticsearch-7.x-brightgreen" alt="Downloads"/>
<img src="https://img.shields.io/badge/Version-6.0.0-critical" alt="Downloads"/>
<img src="https://img.shields.io/badge/JDK-17-8A2BE2" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring Authorization Server-1.1.3-40A24E" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Boot-3.1.6-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Cloud-2022.0.4-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2022.0.0.0-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/Elasticsearch-7.x-34A2AE" alt="Downloads"/>
<img src="https://img.shields.io/badge/Ant%20Design-pro-9cf" alt="Downloads"/>
<a target="_blank" href='https://gitee.com/zlt2000/microservices-platform'>
<img src='https://gitee.com/zlt2000/microservices-platform/badge/star.svg' alt='star'/>
</a>
<a target="_blank" href='https://github.com/zlt2000/microservices-platform'>
<img src="https://img.shields.io/github/stars/zlt2000/microservices-platform.svg?style=social" alt="github star"/>
</a>
</p>


Expand Down Expand Up @@ -46,23 +42,29 @@
* **[文档更新日志](https://www.kancloud.cn/zlt2000/microservices-platform/936236)**
* **演示环境地址**[http://zlt2000.cn](http://zlt2000.cn/)
* 账号密码:admin/admin
* APM监控账号密码:admin/admin
* Grafana账号:zlt/zlt123
* 任务管理账号密码:admin/123456
* **演示环境有全方位的监控示例:日志系统 + APM系统 + GPE系统**
* Gitee地址:https://gitee.com/zlt2000/microservices-platform
* Github地址:https://github.com/zlt2000/microservices-platform
* 前后端分离的企业级微服务架构
* 主要针对解决微服务和业务开发时常见的**非功能性需求**
* 深度定制`Spring Security`真正实现了基于`RBAC``jwt``oauth2`的无状态统一权限认证的解决方案
* 基于 `Spring Authorization Server` 深度定制`Spring Security`真正实现了基于`RBAC``jwt``oauth2`的无状态统一权限认证的解决方案
* 提供应用管理,方便第三方系统接入,**支持多租户(应用隔离)**
* 引入组件化的思想实现高内聚低耦合并且高度可配置化
* 注重代码规范,严格控制包依赖,每个工程基本都是最小依赖
* 非常适合学习和企业中使用
>重构于开源项目OCP&cp:https://gitee.com/owenwangwen/open-capacity-platform
&nbsp;
## 4. 模块说明
## 4. 分支说明
| 分支名 | JDK | Spring Boot | Spring Cloud | Spring Security |
| --- | --- | --- | --- |---|
| master | 17 | 3.x | 2022.x | Spring Authorization Server |
| 5.x | 1.8 | 2.5.x | 2020.x | Spring Security OAuth |
| 4.x | 1.8 | 2.3.x | 2.2.x | Spring Security OAuth |

&nbsp;
## 5. 模块说明
```lua
central-platform -- 父项目,公共依赖
│ ├─zlt-business -- 业务模块一级工程
Expand All @@ -81,7 +83,6 @@ central-platform -- 父项目,公共依赖
│ │ ├─zlt-redis-spring-boot-starter -- 封装Redis通用操作逻辑
│ │ ├─zlt-loadbalancer-spring-boot-starter -- 封装Loadbalancer和Feign的通用操作逻辑
│ │ ├─zlt-sentinel-spring-boot-starter -- 封装Sentinel的通用操作逻辑
│ │ ├─zlt-swagger2-spring-boot-starter -- 封装Swagger通用操作逻辑
│ │ ├─zlt-elasticsearch-spring-boot-starter -- 封装Elasticsearch通用操作逻辑
│ │ ├─zlt-oss-spring-boot-starter -- 封装对象存储通用操作逻辑
│ │ ├─zlt-zookeeper-spring-boot-starter -- 封装Zookeeper通用操作逻辑
Expand All @@ -98,11 +99,13 @@ central-platform -- 父项目,公共依赖
│ │ ├─layui-web -- layui前端[8066]
│ │ ├─react-web -- react前端[8066]
│ ├─zlt-demo -- demo一级工程
│ │ ├─txlcn-demo -- txlcn分布式事务demo
│ │ ├─dubbo-demo -- dubbo服务demo
│ │ ├─resource-server-demo -- 资源服务器demo
│ │ ├─seata-demo -- seata分布式事务demo
│ │ ├─sharding-jdbc-demo -- sharding-jdbc分库分表demo
│ │ ├─rocketmq-demo -- rocketmq和mq事务demo
│ │ ├─sso-demo -- 单点登录demo
│ │ ├─websocket-demo -- websocket demo
```

<table>
Expand All @@ -113,20 +116,20 @@ central-platform -- 父项目,公共依赖
</table>


## 5. 交流反馈
## 6. 交流反馈
* 有问题先看看 [F&Q](https://www.kancloud.cn/zlt2000/microservices-platform/981382) 中有没有相关的回答
* 欢迎提交`ISSUS`,请写清楚问题的具体原因,重现步骤和环境(上下文)
* 项目/微服务交流请进群:
* 一群:[250883130(已满)](https://shang.qq.com/wpa/qunwpa?idkey=17544199255998bda0d938fb72b08d076c40c52c9904520b76eb5eb0585da71e)
* 二群:[1041797659(已满)](https://shang.qq.com/wpa/qunwpa?idkey=41988facbc02f678942a7ee7ae03122f2ef0a10c948b3d07319f070bfb0d3a98)
* 三群:[512637767](https://qm.qq.com/cgi-bin/qm/qr?k=HntAHTirZwCEjF8PQpjDYkw37Zx5rJg8&jump_from=webapi)
* 个人博客:[https://zlt2000.gitee.io](https://zlt2000.gitee.io)
* 个人博客:[http://zlt2000.gitee.io](http://zlt2000.gitee.io)
* 个人邮箱:[email protected]
* 个人公众号:[陶陶技术笔记](http://qiniu.zlt2000.cn/blog/20190902/M56cWjw7uNsc.png?imageslim)
* GitChat:[https://gitbook.cn/gitchat/author/5b2362320398d50d7b7ab29e](https://gitbook.cn/gitchat/author/5b2362320398d50d7b7ab29e)

&nbsp;
## 6. 截图(点击可大图预览)
## 7. 截图(点击可大图预览)
<table>
<tr>
<td><img alt="首页" src="https://gitee.com/zlt2000/images/raw/master/%E9%A6%96%E9%A1%B5.png"/></td>
Expand Down
Loading

0 comments on commit 8177b40

Please sign in to comment.