hmily/README.md
2017-12-01 11:21:11 +08:00

57 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

happylifeplat-tcc
================
碧桂园旺生活平台解决分布式事务方案之tcc开源框架。基于java语言来开发JDK1.8支持dubbospringcloud等rpc框架进行分布式事务。
# Features
* **框架特性**
* 支持dubbospringcloud等rpc框架进行分布式事务。
* 采用Aspect AOP 切面思想与Spring无缝集成天然支持集群。
* 配置简单,集成简单,源码简洁,稳定性高,已在生产环境使用。
* 内置经典的分布式事务场景demo工程并有swagger-ui可视化界面可以快速体验。
* **SPI扩展**
* 本地事务存储支持redismogondbzookeeperfilemysql等关系型数据库
* 序列化方式支持javahessiankryoprotostuff
# TCC原理介绍
#### [原理介绍](https://github.com/yu199195/happylifeplat-tcc/wiki/TCC%E5%8E%9F%E7%90%86%E4%BB%8B%E7%B4%B9)
# Configuration
#### [配置详解](https://github.com/yu199195/happylifeplat-tcc/wiki/%E9%85%8D%E7%BD%AE%E8%AF%A6%E8%A7%A3)
# User Guide
### [dubbo 用户](https://github.com/yu199195/happylifeplat-tcc/wiki/dubbo%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97)
### [springcloud 用户](https://github.com/yu199195/happylifeplat-tcc/wiki/springcloud%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97)
# Quick Start
### [快速体验(dubbo)](https://github.com/yu199195/happylifeplat-tcc/wiki/%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C%EF%BC%88dubbo%EF%BC%89)
### [快速体验(springcloud)](https://github.com/yu199195/happylifeplat-tcc/wiki/%E5%BF%AB%E9%80%9F%E4%BD%93%E9%AA%8C%EF%BC%88springcloud%EF%BC%89)
# Support
##### 如有任何问题欢迎加入QQ群162614487 进行讨论
# Contribution