# hei-cloud **Repository Path**: jiangbyte/hei-cloud ## Basic Information - **Project Name**: hei-cloud - **Description**: HEI Cloud 是 HEI 快速开发框架的 Java 微服务架构版本,基于 Spring Cloud 2023.x 和 Spring Cloud Alibaba 构建 - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: https://jiangbyte.github.io/hei-docs/hei-cloud/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-02 - **Last Updated**: 2026-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hei Cloud ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg) ![Java](https://img.shields.io/badge/Java-21+-orange.svg) ![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.5.9-brightgreen.svg) ## 简介 **Hei Cloud** 是 HEI 快速开发框架的 Java 微服务架构版本,基于 Spring Boot 3.5.9 构建。采用模块化设计,提供高可用、高并发、可扩展的分布式系统解决方案。框架包含完善的权限管理、认证授权等功能模块,支持快速搭建管理系统。 **在线文档**: [https://jiangbyte.github.io/hei-docs/hei-cloud/](https://jiangbyte.github.io/hei-docs/hei-cloud/) ## 技术栈 | 类型 | 技术 | |------|------| | 核心框架 | Java 21 + Spring Boot 3.5.9 + Maven | | 持久层 | MyBatis-Plus 3.5.5 + Druid 1.2.21 + MySQL | | 缓存 | Redis (Lettuce) | | 认证授权 | Sa-Token 1.44.0 + SM2 国密加密 | | API文档 | Knife4j 4.6.0 (OpenAPI 3) | | 对象转换 | MapStruct 1.6.3 + Lombok 1.18.30 | | 数据翻译 | Easy-Trans 3.0.0 | | 工具库 | Hutool 5.8.25 | | Excel处理 | Fesod 2.0.1 | | IP地域解析 | IP2Region 2.7.0 | ## 项目结构 ``` hei-cloud ├── api # API接口模块 │ ├── auth-api # 认证API │ ├── biz-api # 业务API │ ├── client-api # C端API │ └── sys-api # 系统API ├── apps # 主启动模块 ├── common # 公共模块 │ └── core # 核心模块 ├── modules # 业务模块 │ ├── auth # 认证模块 │ ├── biz # 业务模块 │ ├── client # C端模块 │ └── sys # 系统模块 └── scripts # 脚本文件 └── sqls # SQL脚本 ``` ## 致谢 本项目参考了以下优秀开源项目: - **[Snowy](https://github.com/xiaonuobase/Snowy)** - 小诺团队开发的国内首个国密前后端分离快速开发平台 感谢以上项目的作者和贡献者! ## 相关项目 - **[Hei Boot](../hei-boot)** - Java 单体应用版本 - **[Hei FastAPI](../hei-fastapi)** - Python FastAPI 版本 - **[Hei Admin Vue](../hei-admin-vue)** - Vue3 前端管理后台 ## 开源协议 本项目采用 [MIT License](LICENSE) 开源协议 ## 联系方式 - [Gitee](https://gitee.com/jiangbyte/hei-cloud) - [GitHub](https://github.com/jiangbyte/hei-cloud) - [掘金](https://juejin.cn/user/1968540037686224) --- 如果这个项目对你有帮助,请给一个 Star 支持!