# breeze-dependencies
**Repository Path**: fortunateX/breeze-dependencies
## Basic Information
- **Project Name**: breeze-dependencies
- **Description**: 高性能 · 模块化 · 云原生时代的依赖管理基石
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: release/prod
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-16
- **Last Updated**: 2025-09-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 🌬️ Breeze Dependencies
> 高性能 · 模块化 · 云原生时代的依赖管理基石
---
**Breeze Dependencies** 是面向 Java 微服务架构设计的统一依赖管理平台,内置 Spring Boot 3.2、Spring Cloud 2023、Spring Cloud Alibaba、MyBatis-Plus、Redisson、MapStruct 等主流生态版本控制,帮助开发者一键对齐版本、简化配置、避免冲突,打造稳定可靠的基础构建环境。
---
## ✨ 特性亮点
- 🚀 **版本集中管理**:支持 BOM 引入,解决多模块间依赖冲突问题
- 🔗 **适配最新生态**:兼容 Spring Boot 3.x + Spring Cloud 2023 + Alibaba 生态
- 🧱 **支持内部模块**:聚合 breeze-core、breeze-log、breeze-web 等自研核心组件
- 🌐 **国产化支持**:默认接入阿里云 Maven 仓库,极速下载体验
- 🔐 **完备发布流程**:内置源码签名、JavaDoc 生成、中央仓库推送配置
---
## 📦 内置依赖概览
| 模块 | 版本变量 | 说明 |
|-----------------------|----------------------------------|------------------------------|
| Spring Boot | `3.2.12` | 基于 Spring 官方稳定版本 |
| Spring Cloud | `${spring-cloud.version}` | 云原生微服务组件套件 |
| Spring Cloud Alibaba | `${spring-cloud-alibaba.version}`| Nacos、Sentinel 等集成支持 |
| Hutool 工具集 | `${hutool.version}` | Java 常用工具集合 |
| Redisson | `${redisson.version}` | 高性能 Redis 客户端 |
| MapStruct | `${org.mapstruct.version}` | 编译期 Bean 映射工具 |
| MyBatis-Plus | `${mybatis-plus-boot.version}` | 高效易用的 MyBatis 增强插件 |
| Breeze 内部模块 | `${breeze-parent.version}` | breeze-core、log、web 等模块 |
---
## 🛠 使用方式
在你的子项目中,通过以下方式引入统一依赖:
### 🔹 作为父项目引入
```xml
top.jcsun
breeze-dependencies
2025.09.11
```
### 🔹 作为依赖管理 BOM 引入
```xml
top.jcsun
breeze-dependencies
2025.09.11
pom
import
```
---
## 🧪 构建插件支持
- `flatten-maven-plugin`:支持 CI 友好格式打包
- `maven-gpg-plugin`:GPG 签名支持
- `central-publishing-maven-plugin`:自动发布至中央仓库
- `maven-javadoc-plugin` / `maven-source-plugin`:自动生成源码及文档 Jar
激活 Sonatype 发布配置:
```bash
mvn clean deploy -P Sonatype Nexus
```
---
## 👤 开发者信息
| 姓名 | 组织 | 联系方式 |
|------|---------------|------------------------|
| Jc | 玻璃上的雾 | jcsun.vip@foxmail.com |
项目地址 👉 [https://git.jcsun.top/breeze-dependencies](https://git.jcsun.top/breeze-dependencies)
---
## 📜 License
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
---
> 从 Breeze 启航,打造轻盈稳健的依赖体系,让开发不再沉重。