Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelin.tan authored and Kelin Tan committed Dec 28, 2020
1 parent 4b8f061 commit e10a2ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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请求

Expand All @@ -20,12 +20,14 @@

7. `JWT`支持

8. Mybatis `BasicCrudMapper` 用于单表的CRUD
8. Mybatis `BaseCrudMapper` 用于单表的CRUD

9. 统一异常处理,统一Rest请求返回格式

10. `Kotlin`用于单元测试,更简洁,可读性更好

11. 集成`lettuce` & `Redisson`的Redis客户端,支持 `sync|async`的redis操作及分布式锁

12. 支持基于 `MapperTable` 的分表


20 changes: 11 additions & 9 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e10a2ee

Please sign in to comment.