Skip to content

Commit 8177b40

Browse files
authored
Merge pull request #69 from zlt2000/dev
update to v6.0.0
2 parents da821d6 + f90e1d1 commit 8177b40

File tree

416 files changed

+5247
-7568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+5247
-7568
lines changed

README.md

+23-20
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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

@@ -46,23 +42,29 @@
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
&nbsp;
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+
&nbsp;
67+
## 5. 模块说明
6668
```lua
6769
central-platform -- 父项目,公共依赖
6870
│ ├─zlt-business -- 业务模块一级工程
@@ -81,7 +83,6 @@ central-platform -- 父项目,公共依赖
8183
│ │ ├─zlt-redis-spring-boot-starter -- 封装Redis通用操作逻辑
8284
│ │ ├─zlt-loadbalancer-spring-boot-starter -- 封装Loadbalancer和Feign的通用操作逻辑
8385
│ │ ├─zlt-sentinel-spring-boot-starter -- 封装Sentinel的通用操作逻辑
84-
│ │ ├─zlt-swagger2-spring-boot-starter -- 封装Swagger通用操作逻辑
8586
│ │ ├─zlt-elasticsearch-spring-boot-starter -- 封装Elasticsearch通用操作逻辑
8687
│ │ ├─zlt-oss-spring-boot-starter -- 封装对象存储通用操作逻辑
8788
│ │ ├─zlt-zookeeper-spring-boot-starter -- 封装Zookeeper通用操作逻辑
@@ -98,11 +99,13 @@ central-platform -- 父项目,公共依赖
9899
│ │ ├─layui-web -- layui前端[8066]
99100
│ │ ├─react-web -- react前端[8066]
100101
│ ├─zlt-demo -- demo一级工程
101-
│ │ ├─txlcn-demo -- txlcn分布式事务demo
102+
│ │ ├─dubbo-demo -- dubbo服务demo
103+
│ │ ├─resource-server-demo -- 资源服务器demo
102104
│ │ ├─seata-demo -- seata分布式事务demo
103105
│ │ ├─sharding-jdbc-demo -- sharding-jdbc分库分表demo
104106
│ │ ├─rocketmq-demo -- rocketmq和mq事务demo
105107
│ │ ├─sso-demo -- 单点登录demo
108+
│ │ ├─websocket-demo -- websocket demo
106109
```
107110

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

115118

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

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

0 commit comments

Comments
 (0)