Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8.0.8 #16

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

---

## 项目说明
### ✨ 项目说明

Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17+ 编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。

Expand All @@ -51,7 +51,7 @@ Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17
目标期望能努力打造一套从 基础框架 - 分布式微服务架构 - 持续集成 - 自动化部署 -系统监测等,快速实现业务需求的全栈式技术解决方案。


##版本选择
### ✨ 版本选择

Bus主要版本 3.x、5.x、6.x、8.x,具体如下:

Expand All @@ -63,7 +63,7 @@ Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17
| 8.x | jdk 21 | [org.miaixz/bus-all/8.x ](https://mvnrepository.com/artifact/org.miaixz/bus-all) | jdk 21编译,使用Jakarta EE,适配JDK11、17、21 |


##组件信息
### ✨ 组件信息

| 完成 | 模块 | 描述信息 |
|-----|---------------|---------------------------------------------------|
Expand Down Expand Up @@ -95,7 +95,7 @@ Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17
| [×] | bus-tracer | 轻量级分布式链路跟踪监控,日志及访问流程追踪以及内部调用链追踪 |
| [√] | bus-validate | 参数校验,会默认拦截所有的标记有`@Valid`的方法或类 |

## 功能概述
### ✨ 功能概述

#### 功能概述

Expand All @@ -104,9 +104,9 @@ Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17

2. 详细说明以及使用姿势请参考每个模块下README介绍

## 安装使用
### ✨ 安装使用

### Maven
#### Maven

```
<dependency>
Expand All @@ -126,19 +126,19 @@ Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17
</dependency>
```

### Gradle
#### Gradle

```
implementation 'org.miaixz:bus-all:x.x.x'
```

### Downlad
#### Downlad

点击以下任一链接,下载`bus-*-x.x.x.jar`即可:

- [Maven中央库](https://repo1.maven.org/maven2/org/miaixz)

### 测试&使用
### 测试&使用

为确保项目编译效率及相关规则,本项目所有单元测试及使用请参考`abarth`项目:

Expand All @@ -147,7 +147,7 @@ implementation 'org.miaixz:bus-all:x.x.x'
> 注意
> Bus项目支持Java 17+,对Android平台部分模块没有测试,不能保证所有工具类或工具方法可用。

## 分支说明
### ✨ 分支说明

源码分为两个分支,功能如下:

Expand All @@ -156,42 +156,42 @@ implementation 'org.miaixz:bus-all:x.x.x'
| main | 主分支,即稳定版本使用的分支,与中央库提交的jar一致,不接收任何PR或修改 |
| dev | 开发分支,默认为下个版本的更新或者修复等,接受修改或PR |

## 意见建议
### ✨ 意见建议

All kinds of contributions (enhancements, new features, documentation & code improvements, issues & bugs reporting) are
welcome.

欢迎各种形式的贡献,包括但不限于优化,添加功能,文档 & 代码的改进,问题和 BUG 的报告。

### Issue:
#### Issue:

- [版本情况]:jdk-openjdk_21 bus-xxx-x.x.x(请确保最新版本尝试是否还存在问题)
- [问题描述]:(包括截图)
- [复现代码]:
- [堆栈信息]:

### Features:
#### Features:

- [增加功能]: 内容
- [修改描述]: 内容

注意:测试涉及到的文件请脱敏

## 许可证(license)
### ✨ 许可证(license)

### MIT
#### MIT

Open sourced under the MIT license.

根据 MIT 许可证开源。

### JetBrains
#### JetBrains

Thanks JetBrains for the OpenSource license.

感谢JetBrains提供IDEA开源license

##
###

源码永远是最好的教程,善于读源码和DEBUG朋友掌握完全是轻而易举的事。源码是作者设计理念最直观的展现,这也是开源的魅力所在。"
Talk is cheap, Show me the code."
Expand Down
Loading