Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
stun4j committed Jun 5, 2022
1 parent 16884f1 commit 7c7487a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### 柔性事务、延时队列、可编排、自适应批处理、异步任务链、分布式、极简设计、高可用、高性能、易于使用
| 稳定版 | 主要变动 | 发布日期 |
| ------------- | ------------- | ------------|
| 1.0.1 | 兼容较低版本的Spring | 2022/06/05 |
| 1.0.1 | 兼容较低版本的Spring | 2022/06/06 |
| 1.0.0 | 初版发布 | 2022/06/03 |
## 功能特性
* 柔性事务,基于BASE理论,以本地事务为基石,无惧任何失败(超时、宕机、异常等等)
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.stun4j.boot</groupId>
<artifactId>stun4j-stf-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
#### 或者
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-stf-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
### 方式2:通过源码构建
Expand Down

0 comments on commit 7c7487a

Please sign in to comment.