File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
api-boot-project/api-boot-starters Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ ApiBoot`提供的所有封装依赖对应第三方框架关系如下所示:
1414| [ api-boot-starter-datasource-switch] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-datasource-switch ) | 集成支持多数据源自动切换、动态创建数据源 |
1515| [ api-boot-starter-resource-load] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-resource-load ) | 资源与业务完全分离、自动化读取 |
1616| [ api-boot-starter-message-push] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-message-push ) | 推送服务,集成极光推送 |
17+ | [ api-boot-starter-rate-limiter] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-rate-limiter ) | 接口QPS限流 |
18+ | [ api-boot-starter-mybatis-enhance] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-mybatis-enhance ) | 集成Myabtis Enhance 持久化框架 |
19+ | [ api-boot-starter-mybatis-pageable] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-mybatis-pageable ) | 集成Mybatis Pageable 自动分页插件 |
1720
1821
1922
Original file line number Diff line number Diff line change @@ -11,4 +11,7 @@ Demo列表:
1111- [ ApiBoot DataSource Switch] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-datasource-switch )
1212- [ ApiBoot Resource Load] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-resource-load )
1313- [ ApiBoot Message Push] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-message-push )
14+ - [ ApiBoot RateLimiter] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-rate-limiter )
15+ - [ ApiBoot Mybatis Enhance] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-mybatis-enhance )
16+ - [ ApiBoot Mybatis Pageable] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-mybatis-pageable )
1417
You can’t perform that action at this time.
0 commit comments