mirror of
https://gitee.com/dromara/Raincat.git
synced 2024-11-30 02:48:48 +08:00
更改readme
This commit is contained in:
parent
a45ee09c1f
commit
4c5ea66ba5
41
README.md
41
README.md
@ -5,22 +5,22 @@ happylifeplat-transaction
|
||||
|
||||
基于java语言来开发(JDK1.8),支持dubbo,springcloud进行分布式事务。
|
||||
|
||||
<font color=#FF4500 size=20>因为文件名太长,大家在拉取代码的时候执git命令:git config core.longpaths true</font>
|
||||
##### 因为文件名太长,大家在拉取代码的时候执git命令:git config core.longpaths true</font>
|
||||
|
||||
# Features
|
||||
|
||||
|
||||
* **框架特性**
|
||||
|
||||
|
||||
* 支持dubbo,springcloud等rpc框架进行分布式事务。
|
||||
|
||||
|
||||
* 事务发起者,参与者与协调者底层基于netty长连接通信,稳定高效。
|
||||
|
||||
|
||||
* 协调者采用eureka做注册中心,支持集群模式。
|
||||
|
||||
|
||||
* 采用Aspect AOP 切面思想与Spring无缝集成。
|
||||
|
||||
|
||||
* 配置简单,集成简单,源码简洁,稳定性高,已在生产环境使用。
|
||||
|
||||
|
||||
* 内置经典的分布式事务场景demo工程,并有swagger-ui可视化界面可以快速体验。
|
||||
|
||||
|
||||
@ -45,26 +45,31 @@ happylifeplat-transaction
|
||||
* netty通信序列化方式,支持 hessian,kryo,protostuff
|
||||
|
||||
# Design
|
||||
#### [架构设计](https://github.com/yu199195/happylifeplat-transaction/wiki/design)
|
||||
|
||||
|
||||
### [架构设计](https://github.com/yu199195/happylifeplat-transaction/wiki/design)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
||||
#### [配置详解](https://github.com/yu199195/happylifeplat-transaction/wiki/configuration%EF%BC%88%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3%EF%BC%89)
|
||||
|
||||
### [配置详解](https://github.com/yu199195/happylifeplat-transaction/wiki/configuration%EF%BC%88%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3%EF%BC%89)
|
||||
|
||||
# Usage
|
||||
# User Guide
|
||||
|
||||
### [dubbo 用户](https://github.com/yu199195/happylifeplat-transaction/wiki/dubbo%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97)
|
||||
|
||||
### [springcloud 用户](https://github.com/yu199195/happylifeplat-transaction/wiki/springcloud%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97)
|
||||
|
||||
|
||||
|
||||
# Quick Start
|
||||
|
||||
### [快速体验(dubbo)](https://github.com/yu199195/happylifeplat-transaction/wiki/quick-start-%EF%BC%88dubbo%EF%BC%89)
|
||||
|
||||
### [快速体验(springcloud)](https://github.com/yu199195/happylifeplat-transaction/wiki/quick-start-%EF%BC%88springcloud%EF%BC%89)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Support
|
||||
##### 如有任何问题欢迎加入QQ群:162614487 进行讨论
|
||||
|
||||
### 如有任何问题欢迎加入QQ群:162614487 进行讨论
|
||||
|
||||
|
||||
# Contribution
|
||||
|
Loading…
Reference in New Issue
Block a user