⚡️
Structure Boot
基于 Spring Boot 的快速开发框架,提供开箱即用的 Starter 组件。最新版本 1.5.0。
Structure(结构化开发)是一个面向企业级开发者的开源生态,秉持「结构化开发,为规范而生」的理念,提供从单体快速开发、微服务架构、数据权限到运维管理的完整开源产品矩阵。
| 项目 | 定位 | 最新版本 |
|---|---|---|
| Structure Boot | Spring Boot 快速开发框架 | 1.5.0 |
| Structure Infra | DDD 基础设施抽象层 | 1.3.1 |
| Structure Security | 安全认证授权框架 | 1.1.5 |
| Structure Datascope | 数据范围管理框架 | 1.0.3 |
| Structure Pro | 云原生微服务脚手架 | — |
| somcli | 容器管理工具 | v0.1.2-alpha |
完整的产品矩阵见 产品中心。
# 1. 使用 Structure Boot 创建 Spring Boot 项目
# 2. 添加 structure-boot-parent 依赖(最新版本 1.5.0)
# 3. 按需引入 Starter 组件
# 4. 开始开发!
@SpringBootApplication
@EnableSimpleGlobalException
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}欢迎加入 Structure 社区,一起构建更好的企业级开发生态!