Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 971 Bytes

README_EN.md

File metadata and controls

31 lines (16 loc) · 971 Bytes

English | 简体中文

CI codecov

Spring Boot Archetype

1.Gradle5 + Spring Boot + Mybatis + Junit4 + H2 Support java web project quick start

2.Support multiple dataSource: MybatisDatabase inject sqlSession & DataSource

3.Support @RpcClient to post http request with interface

4.Support @MockDatabase to test db in H2

5.Support Checkstyle to check code

6 Support jacoco && codecov

7.Support jwt

8.Support BaseCrudMapper to CRUD with single table

9.Support RestResponse && RestErrorResponse

10.Support efficient kotlin test

11.Support Lettuce and Redisson redis operation and distributed lock

12.Support MapperTable sharding table