22 Star 106 Fork 43

老寇云 / KCloud-Platform-Alibaba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

🎉 项目备注

项目:KCloud-Platform-Alibaba
作者:老寇
语言:Java
时间:2022.06.15 ~ 至今

📣 项目介绍

图标

KCloud-Platform-Alibaba(老寇云平台)是一个企业级微服务架构的云服务平台。基于Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Alibaba 2023.0.0.0 最新版本开发的多租户SaaS系统。 遵循SpringBoot编程思想,使用阿里COLA应用框架构建,高度模块化和可配置化。具备服务注册&发现、配置中心、灰度路由、服务限流、熔断降级、监控报警、多数据源、工作流、高亮搜索、定时任务、分布式链路、分布式缓存、分布式事务、分布式存储、分布式锁等功能,用于快速构建微服务项目。目前支持Shell、Docker等多种部署方式,并且支持GraalVM和虚拟线程。实现RBAC权限、其中包含系统管理、系统监控、工作流程、数据分析等几大模块。 遵循阿里代码规范,采用RESTful设计风格及DDD(领域驱动设计)思想,代码简洁、架构清晰,非常适合作为基础框架使用。

GitHub stars GitHub forks GitHub watchers GitHub last commit Gitee Star Gitee Fork SpringBoot Spring Cloud Spring Cloud OAuth 2.1 JDK KCloud-Platform开源交流

😋 项目背景

  • 学习微服务架构设计并实践于生产
  • 整合所学技术方便快速搭建项目
  • 持续优化代码来提高代码质量
  • 复制粘贴代码提高生产效率
  • 学习DDD思想并落地实践

🔗 在线体验

老寇云平台在线体验(请点击我,境外服务器网络延迟请稍候)

🔖 在线文档

老寇云平台在线文档(请点击我)

😎 开发计划

开发计划(需要登录)

💪 版本号

特此说明,与Spring Boot版本保持一致

⌛ 浏览器

推荐 Microsoft Edge 浏览器
推荐 Microsoft Edge 浏览器
推荐 Microsoft Edge 浏览器

🔎 功能介绍

🚀 IP管理:黑名单、白名单增删查(默认数据库)
🚀 用户管理:用户信息增删改查(数据库隔离)(可重置密码)
🚀 角色管理:角色信息增删改查,基于部门的数据权限、角色权限(数据库隔离)
🚀 菜单管理:菜单信息增删改查(数据库隔离)(自定义菜单图标)
🚀 部门管理:部门信息增删改查(数据库隔离)
🚀 日志管理:操作日志、登录日志查询、导出(数据库隔离)
🚀 字典管理:字典信息管理(数据库隔离)
🚀 消息管理:消息提醒和消息通知(数据库隔离)(分布式消息)
🚀 流程定义:流程定义、挂起、激活、查看、删除(默认数据库)
🚀 接口文档:Open Api Doc 3
🚀 服务监控:服务监控及报警
🚀 缓存监控:Redis内存监控
🚀 主机监控:服务器监控
🚀 索引管理:索引属性及分布式链路索引查看(默认ES)
🚀 OSS管理:对象存储信息增删改查,兼容Amazon S3(数据库隔离)
🚀 租户管理:租户信息增删改查增删改查(默认数据库)
🚀 套餐管理:自定义租户菜单增删改查(默认数据库)
🚀 集群管理:服务实例查看与优雅停机(服务自动下线)
🚀 数据源管理:数据源信息增删改查(默认数据库)
🚀 代码生成器:自定义模板生成代码
🚀 资源管理:资源信息管理增删改查,审批(Seata Saga模式)、处理、转办、委派,审批日志(数据库隔离),通过关键字搜索并高亮显示(默认ES)
🚀 用户登录:账号密码登录(多租户)、授权码登录(默认数据库)、手机号或邮件登录、设备授权码登录(请运行认证模式测试脚本.http)

💡 系统架构

✂ 技术体系

🎯 Spring全家桶及核心技术版本

组件 版本
Spring Boot 3.2.5
Spring Cloud 2023.0.1
Spring Cloud Alibaba 2023.0.0.0
Spring Boot Admin 3.2.3
Spring Authorization Server 1.2.4
Mybatis Plus 3.5.6
Nacos 2.3.2
Seata 2.0.0
Sentinel 1.8.7
Mysql 8.3.0
Redis 7.2.4
Elasticsearch 8.12.2
RocketMQ 5.2.0
Flowable 7.0.1
ShardingSphere 5.4.1
OpenResty 1.21.4.1
Netty 4.1.108.Final
Dubbo 3.3.0-beta.1
Kafka 3.6.1
EMQX 5.3.0
Postgresql 16.1
Flyway 10.11.0
Canal 1.1.7

🍺 相关技术

  • 配置中心&服务注册&发现:Nacos
  • API网关:Spring Cloud Gateway
  • 认证授权:Spring Security OAuth2 Authorization Server
  • 远程调用:Dubbo & Spring Cloud OpenFeign & OkHttp & HttpClient & WebClient
  • 负载均衡:Spring Cloud Loadbalancer & OpenResty
  • 服务熔断&降级&限流:Sentinel
  • 分库分表&读写分离:Mybatis Plus & ShardingSphere
  • 分布式事务:Seata & RocketMQ
  • 消息队列:RocketMQ & Kafka & MQTT
  • 服务监控:Spring Boot Admin & Prometheus
  • 高亮搜索:Elasticsearch
  • 链路跟踪:SkyWalking
  • 任务调度:XXL Job
  • 日志分析:EFK
  • 缓存&分布式锁:Redis & Redisson
  • 统计报表:MongoDB
  • 对象存储:Amazon S3
  • 自动化部署:Docker
  • 网络通讯:Netty
  • 持续集成&交付:Jenkins
  • 持久层框架:Mybatis Plus
  • JSON序列化:Jackson
  • 对象转换:MapStruct
  • 数据库:Mysql & Postgresql
  • 工作流:Flowable
  • 数据库迁移:Flyway
  • 数据同步:Canal

🌴 项目结构

├── laokou-common  
        └── laokou-common-log                      --- 日志组件  
        └── laokou-common-core                     --- 核心组件  
        └── laokou-common-cors                     --- 跨域组件  
        └── laokou-common-mqtt                     --- 消息组件  
        └── laokou-common-redis                    --- 缓存组件  
        └── laokou-common-kafka                    --- 消息组件  
        └── laokou-common-log4j2                   --- 日志组件  
        └── laokou-common-mongodb                  --- 报表组件  
        └── laokou-common-rocketmq                 --- 消息组件  
        └── laokou-common-algorithm                --- 算法组件  
        └── laokou-common-prometheus               --- 监控组件  
        └── laokou-common-openapi-doc              --- 文档组件  
        └── laokou-common-rate-limiter             --- 限流组件  
        └── laokou-common-elasticsearch            --- 搜索组件  
        └── laokou-common-bom                      --- 依赖版本库  
        └── laokou-common-i18n                     --- 国际化组件  
        └── laokou-common-sensitive                --- 敏感词组件  
        └── laokou-common-lock                     --- 分布式锁组件  
        └── laokou-common-trace                    --- 链路跟踪组件  
        └── laokou-common-dubbo                    --- 远程调用组件   
        └── laokou-common-nacos                    --- 注册发现组件  
        └── laokou-common-netty                    --- 网络通讯组件  
        └── laokou-common-domain                   --- 领域事件组件  
        └── laokou-common-crypto                   --- 加密解密组件  
        └── laokou-common-secret                   --- 接口验签组件  
        └── laokou-common-xxl-job                  --- 任务调度组件  
        └── laokou-common-security                 --- 认证授权组件  
        └── laokou-common-openfeign                --- 远程调用组件   
        └── laokou-common-data-cache               --- 数据缓存组件  
        └── laokou-common-mybatis-plus             --- 对象映射组件  
        └── laokou-common-shardingsphere           --- 分库分表组件  
        └── laokou-common-seata                    --- 分布式事务组件  
        └── laokou-common-sentinel                 --- 服务限流&熔断降级组件  
├── laokou-cloud  
        └── laokou-gateway                         --- API网关  
        └── laokou-monitor                         --- 服务监控  
        └── laokou-xxl-job                         --- 任务调度  
        └── laokou-register                        --- 服务治理  
        └── laokou-sentinel                        --- 流量治理  
        └── laokou-seata                           --- 分布式事务  
├── laokou-service         
        └── laokou-auth                            --- 认证授权模块  
        └── laokou-admin                           --- 后台管理模块  
        └── laokou-report                          --- 报表统计模块  
        └── laokou-generator                       --- 模板生成模块  
        └── laokou-modlule  
                └── laokou-api                     --- API模块  
                └── laokou-iot                     --- 物联网模块  
                └── laokou-im                      --- 即时通讯模块  
                └── laokou-flowable                --- 工作流程模块  
                └── laokou-logstash                --- 日志收集模块  
                └── laokou-flyway                  --- 数据库版本控制模块  

🎵 项目截图(持续更新,仅供参考)

暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片

👊 性能评测

请点击我,查看详情

😛 用户权益(点个Star,拜托啦~🙏)

  • 采用Apache2.0开源协议,免费商用无需授权(如需书面授权请联系作者),请保留作者、Copyright信息
  • 采用Apache2.0开源协议,免费商用无需授权(如需书面授权请联系作者),请保留作者、Copyright信息
  • 采用Apache2.0开源协议,免费商用无需授权(如需书面授权请联系作者),请保留作者、Copyright信息

😻 开源协议

KCloud-Platform-Alibaba 开源软件遵循 Apache 2.0 协议 请务必保留作者、Copyright信息

🔧 参与贡献

请查看 提交规范(请点击我)

👀 项目地址

Github 后端地址:KCloud-Platform-Alibaba
Github 前端地址(Vue2版本):KCloud-Antdv-Alibaba
Github 前端地址(React版本):KCloud-React-Alibaba

Gtiee 后端地址:KCloud-Platform-Alibaba
Gitee 前端地址(Vue2版本):KCloud-Antdv-Alibaba
Gitee 前端地址(React版本):KCloud-React-Alibaba

🍚 赞助打赏(用于服务器日常维护)

暂无图片 暂无图片 暂无图片 暂无图片

🙋 技术交流

暂无图片 暂无图片 暂无图片

🐭 鸣谢组织

Spring社区
Jetbrains社区
阿里巴巴社区
人人社区
若依社区
苞米豆社区
livk-cloud社区
laokouyun社区

非常感谢 Jetbrains 提供的开源 License
暂无图片

🐼 鸣谢个人

👤 👤 👤 👤 👤 👤
KouShenhai liang99 livk-cloud liukefu2050 HalfPomelo lixin
simman suhengli gitkakafu LeiZhiMin1

⛳️ 赞助列表(感谢各位大佬的赞助)

时间 网名 金额/物品 备注
2024/04/19 *保熟 ¥188.00 越做越好
2024/03/20 A细节* ¥66.00
2024/03/03 y*i ¥58.88
2024/01/30 *阳 ¥10
2023/12/22 *民 服务器
2023/12/08 *来 ¥10 希望越来越好,一直坚持下去
2023/12/08 *迪 ¥20 越来越好,继续干下去
2023/10/07 何* ¥399 作者说:感谢支持
2023/08/27 *界 ¥10 希望越来越好
2023/06/29 ¥20 希望项目一直做下去就好
2023/03/27 s*e ¥10

🚫 免责声明

禁止使用本项目从事一切违法犯罪活动。作者不承担任何法律责任,特此声明

🐸 联系作者

博客:https://kcloud.blog.csdn.net

邮箱:2413176044@qq.com

QQ:2413176044

加入QQ群

GitHub Star 趋势

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright (c) 2022-2024 KCloud-Platform-Alibaba Author or Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

KCloud-Platform-Alibaba(老寇云平台)是一个企业级微服务架构的云平台。采用DDD(领域驱动设计)思想,基于Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Alibaba 2023.0.0.0最新版本开发的云服务多租户平台,家人们,点个star,拜托啦~ 展开 收起
Apache-2.0
取消

发行版 (18)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/laokouyun/KCloud-Platform-Alibaba.git
git@gitee.com:laokouyun/KCloud-Platform-Alibaba.git
laokouyun
KCloud-Platform-Alibaba
KCloud-Platform-Alibaba
master

搜索帮助