Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiefly committed Apr 6, 2021
1 parent b8d7f4e commit 9c1ec1f
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,29 @@
[![Forks](https://img.shields.io/github/forks/rookiefly/shardbatis)](https://img.shields.io/github/forks/rookiefly/shardbatis)
![](https://img.shields.io/badge/build-release-brightgreen.svg)

# shardbatis
基于mybatis分表插件,优势:轻量、简单,插拔方便、兼容性比较好;可支持分库的二次开发。
### Shardbatis

兼容所有基于mybatis开发的程序,不影响原来的代码逻辑,即与开发人员的开发代码是分离的、独立的
1. 基于mybatis分表插件,优势:轻量、简单,插拔方便、兼容性比较好;可支持分库的二次开发

分表策略灵活,配置简单;可针对具体业务模块和单个表进行分表设置
2. 兼容所有基于mybatis开发的程序,不影响原来的代码逻辑,即与开发人员的开发代码是分离的、独立的

支持mybatis最新版本
3. 分表策略灵活,配置简单;可针对具体业务模块和单个表进行分表设置

### 提醒
源码改动,jar没有提交到maven中央仓库,请自行打包。
### 添加maven依赖

```xml
<dependency>
<groupId>com.rookiefly.open.shardbatis</groupId>
<artifactId>shardbatis</artifactId>
<version>2.2.0</version>
<dependency>
```

### WIKI

### wiki page
[ProjectHome](https://github.com/rookiefly/shardbatis/wiki/ProjectHome)

### 其他分库分表中间件推荐列表

- [Sharding-JDBC](https://github.com/apache/incubator-shardingsphere) JDBC extension
- [Mycat-Server](https://github.com/MyCATApache/Mycat-Server) Mysql proxy

0 comments on commit 9c1ec1f

Please sign in to comment.