From e10a2eed9e1882266d9fa21b30b148b3c26162d8 Mon Sep 17 00:00:00 2001 From: "kelin.tan" Date: Mon, 28 Dec 2020 14:22:18 +0800 Subject: [PATCH] update Readme --- README.md | 6 ++++-- README_EN.md | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 90cd9ca..4529d0b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 1. `Gradle5` + `Spring Boot 2.0.9.RELEASE` + `Mybatis 3.5` + `Kotlin 1.4` 搭建的Web服务脚手架 -2. `@MybatisDatabase` 注入Mybatis SqlSession & DataSource && ...支持多数据源 +2. `@MybatisDatabase` 注入Mybatis SqlSession & DataSource支持多数据源 3. `@RpcClient`代理HttpClient, 通过接口调用外部Http请求 @@ -20,7 +20,7 @@ 7. `JWT`支持 -8. Mybatis `BasicCrudMapper` 用于单表的CRUD +8. Mybatis `BaseCrudMapper` 用于单表的CRUD 9. 统一异常处理,统一Rest请求返回格式 @@ -28,4 +28,6 @@ 11. 集成`lettuce` & `Redisson`的Redis客户端,支持 `sync|async`的redis操作及分布式锁 +12. 支持基于 `MapperTable` 的分表 + diff --git a/README_EN.md b/README_EN.md index 7dc6d01..b37f8d2 100644 --- a/README_EN.md +++ b/README_EN.md @@ -10,20 +10,22 @@ English | [简体中文](./README.md) 2.Support multiple dataSource: `MybatisDatabase` inject sqlSession & DataSource -2.Support `@RpcClient` to post http request with interface +3.Support `@RpcClient` to post http request with interface -3.Support `@MockDatabase` to test db in H2 +4.Support `@MockDatabase` to test db in H2 -4.Support `Checkstyle` to check code +5.Support `Checkstyle` to check code -5 Support `jacoco` && codecov +6 Support `jacoco` && codecov -6.Support `jwt` +7.Support `jwt` -9.Support `BasicCrudMapper` to CRUD with single table +8.Support `BaseCrudMapper` to CRUD with single table -10.Support RestResponse && RestErrorResponse +9.Support RestResponse && RestErrorResponse -11.Support efficient kotlin test +10.Support efficient kotlin test -12.Support `Lettuce` and `Redisson` redis operation and distributed lock +11.Support `Lettuce` and `Redisson` redis operation and distributed lock + +12.Support `MapperTable` sharding table \ No newline at end of file