SpringBlade 是一个由商业级项目升级优化而来的SpringCloud分布式微服务架构、SpringBoot单体式微服务架构并存的综合型项目,采用Java8 API重构了业务代码,完全遵循阿里巴巴编码规范。采用Spring Boot 2 、Spring Cloud Greenwich 、Mybatis 等核心技术,同时提供基于React和Vue的两个前端框架用于快速搭建企业级的SaaS多租户微服务平台。 官网:https://bladex.vip
|
1 mēnesi atpakaļ | |
---|---|---|
doc | 1 mēnesi atpakaļ | |
src | 1 mēnesi atpakaļ | |
.editorconfig | 6 gadi atpakaļ | |
.gitignore | 8 gadi atpakaļ | |
Dockerfile | 9 mēneši atpakaļ | |
LICENSE | 1 gadu atpakaļ | |
README.md | 1 mēnesi atpakaļ | |
pom.xml | 1 mēnesi atpakaļ |
技术栈 | 版本 |
---|---|
Java | 17+ |
NodeJS | 18+ |
Spring | 6.2.8 |
Spring Boot | 3.5.3 |
Spring Cloud | 2025.0.0 |
Spring Cloud Alibaba | 2023.0.3.3 |
Nacos Alibaba | 3.0.2 |
Mybatis Plus | 3.5.12 |
SpringBlade
├── src/main/java/org/springblade
│ ├── Application.java -- 启动类
│ ├── common -- 公共模块
│ │ ├── cache -- 缓存配置
│ │ ├── config -- 系统配置
│ │ ├── constant -- 常量定义
│ │ ├── launch -- 启动配置
│ │ └── tool -- 工具类
│ ├── core -- 核心模块
│ │ ├── log -- 日志拓展
│ │ └── secure -- 安全拓展
│ └── modules -- 业务模块
│ ├── auth -- 认证授权模块
│ ├── desk -- 工作台模块
│ ├── develop -- 代码生成模块
│ ├── resource -- 资源管理模块
│ └── system -- 系统管理模块
├── src/main/resources
│ ├── application.yml -- 主配置文件
│ ├── application-dev.yml -- 开发环境配置
│ ├── application-test.yml -- 测试环境配置
│ ├── application-prod.yml -- 生产环境配置
│ └── config -- 其他配置文件
├── doc -- 文档目录
│ ├── script -- 启动脚本
│ └── sql -- 数据库脚本
└── pom.xml -- Maven配置文件
简介 | 内容 |
---|---|
官网地址 | https://bladex.cn |
问答社区 | https://sns.bladex.cn |
会员计划 | SpringBlade会员计划 |
交流一群 | 477853168 (满) |
交流二群 | 751253339 (满) |
交流三群 | 784729540 (满) |
交流四群 | 1034621754 (满) |
交流五群 | 946350912 (满) |
交流六群 | 511624269 (满) |
交流七群 | 298061704 |
简介 | 演示地址 |
---|---|
BladeX企业级开发平台 | https://saber3.bladex.cn |
BladeX可视化数据大屏 | https://data.bladex.cn |
BladeX物联网开发平台 | https://iot.bladex.cn |
BladeXAI大模型平台 | https://ai.bladex.cn/ |
简介 | 地址 |
---|---|
前端框架Saber3(基于Vue3) | https://gitee.com/smallc/Saber3 |
前端框架Saber(基于Vue2) | https://gitee.com/smallc/Saber2 |
前端框架Sword(基于React) | https://gitee.com/smallc/Sword |
简介 | 地址 |
---|---|
核心框架项目地址 | https://gitee.com/smallc/blade-tool |
后端Gitee地址 | https://gitee.com/smallc/SpringBlade |
后端Github地址 | https://github.com/chillzhuang/SpringBlade |
后端SpringBoot版 | https://gitee.com/smallc/SpringBlade/tree/boot/ |
简介 | 地址 |
---|---|
Blade安全手册 | https://www.kancloud.cn/smallchill/blade-safety |
简介 | 地址 |
---|---|
SpringBlade开发手册一览 | https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册 |
SpringBlade常见问题集锦 | https://sns.bladex.cn/article-14966.html |
SpringBlade基于Kuboard部署K8S | https://kuboard.cn/learning/k8s-practice/spring-blade/ |
SpringBlade基于Rainbond部署 | https://www.rainbond.com/docs/micro-service/example/blade |
![]() |
![]() |
Apache Licence 2.0 (英文原文) Apache Licence是著名的非盈利开源组织Apache采用的协议。该协议和BSD类似,同样鼓励代码共享和尊重原作者的著作权,同样允许代码修改,再发布(作为开源或商业软件)。 需要满足的条件如下: