Skip to content

Commit

Permalink
refine README
Browse files Browse the repository at this point in the history
  • Loading branch information
baihui212 committed Mar 3, 2016
1 parent 86d5299 commit 4948a26
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

###分库分表TSharding
#####TSharding组件目标
*很少的资源投入即可开发完成
*支持交易订单表的Sharding需求,分库又分表
*支持数据源路由
*支持事务
*支持结果集合并
*支持读写分离
* 很少的资源投入即可开发完成
* 支持交易订单表的Sharding需求,分库又分表
* 支持数据源路由
* 支持事务
* 支持结果集合并
* 支持读写分离

#####TSharding Resources Abstract
![alt text](https://github.com/baihui212/intro/raw/master/pics/tsharding-abstract.png)
Expand All @@ -19,7 +19,7 @@
![alt text](https://github.com/baihui212/intro/raw/master/pics/tsharding-classes.png)

#####TSharding组件接入过程:
*引入TSharding JAR包
*配置所有分库的JDBC连接信息
*Mybatis Mapper方法参数增加ShardingOrderPara/ShardingBuyerPara/ShardingSellerPara注解
*批量查询增加结果集合并逻辑
* 引入TSharding JAR包
* 配置所有分库的JDBC连接信息
* Mybatis Mapper方法参数增加ShardingOrderPara/ShardingBuyerPara/ShardingSellerPara注解
* 批量查询增加结果集合并逻辑

0 comments on commit 4948a26

Please sign in to comment.