11
22# ApiBoot
3- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22org.minbox.framework%22%20AND%20a:%22api-boot%22 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/weibocom/motan/blob/master /LICENSE ) ![ ] ( https://img.shields.io/badge/JDK-1.8+-green.svg ) ![ ] ( https://img.shields.io/badge/SpringBoot-1.5+_2.0+-green.svg )
3+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22org.minbox.framework%22%20AND%20a:%22api-boot%22 ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/weibocom/motan/blob/1.x /LICENSE ) ![ ] ( https://img.shields.io/badge/JDK-1.8+-green.svg ) ![ ] ( https://img.shields.io/badge/SpringBoot-1.5+_2.0+-green.svg )
44
55` ApiBoot ` 是一款基于` SpringBoot2.x ` 的接口服务集成基础框架,内部提供了框架的封装集成,让接口开发者完成开箱即用,不再为搭建接口框架而犯愁,从而极大的提高开发效率。
66通过在我的` SpringBoot ` 系列教程中得到的学习者的反馈,才决定来封装一套对应我文章的基础框架,` ApiBoot ` 内的每一个框架的具体讲解都在文章内进行了详细说明,如果有不明白的可以通过如下途径访问我的文章:
2121- ** 阿里云OSS资源处理** :集成阿里云OSS提供的SDK来完成文件的上传、下载等方法实现,开箱即用。
2222- ** 阿里云短信** :集成阿里云提供的SMS服务,简单配置即可完成短信发送,覆盖全球的短信服务,友好、高效、智能的互联化通讯能力,帮助企业迅速搭建客户触达通道。
2323
24- 更多功能请参考 [ 更多功能列表] ( https://github.com/hengboy/api-boot/tree/master /api-boot-project/api-boot-starters )
24+ 更多功能请参考 [ 更多功能列表] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-project/api-boot-starters )
2525
2626## 组件
2727
3333- ** [ Mybatis Pageable] ( https://github.com/hengboy/mybatis-pageable ) ** :` MyBatis-Pageable ` 是一款自动化分页的插件,基于` MyBatis ` 内部的插件` Interceptor ` 拦截器编写完成,拦截` Executor.query ` 的两个重载方法计算出分页的信息以及根据配置的数据库` Dialect ` 自动执行不同的查询语句完成总数量的统计。
3434- ** [ Code Builder] ( https://github.com/hengboy/code-builder ) ** :` code-builder ` 是一款代码生成` maven mojo ` 插件,通过简单的配置就可以完成数据库内` Table ` 转换` Entity ` 或者其他实体类,想怎么生成完全根据你的个人业务逻辑,` code-builder ` 尽可能的完善的提供数据库内的一些定义的信息,让你更方便更灵活的来生成` Java ` 文件。
3535
36- 更多组件请参考[ 更多集成组件] ( https://github.com/hengboy/api-boot/tree/master /api-boot-project/api-boot-starters )
36+ 更多组件请参考[ 更多集成组件] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-project/api-boot-starters )
3737
3838## 怎么使用?
3939
6565
6666Demo列表:
6767
68- - [ ApiBoot Security Oauth] ( https://github.com/hengboy/api-boot/tree/master /api-boot-samples/api-boot-sample-security-oauth-jwt )
69- - [ ApiBoot Swagger] ( https://github.com/hengboy/api-boot/tree/master /api-boot-samples/api-boot-sample-swagger )
70- - [ ApiBoot Http Converter] ( https://github.com/hengboy/api-boot/tree/master /api-boot-samples/api-boot-sample-http-converter )
71- - [ ApiBoot Alibaba OSS] ( https://github.com/hengboy/api-boot/tree/master /api-boot-samples/api-boot-sample-alibaba-oss )
72- - [ ApiBoot Alibaba SMS] ( https://github.com/hengboy/api-boot/tree/master /api-boot-samples/api-boot-sample-alibaba-sms )
68+ - [ ApiBoot Security Oauth] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-samples/api-boot-sample-security-oauth-jwt )
69+ - [ ApiBoot Swagger] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-samples/api-boot-sample-swagger )
70+ - [ ApiBoot Http Converter] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-samples/api-boot-sample-http-converter )
71+ - [ ApiBoot Alibaba OSS] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-samples/api-boot-sample-alibaba-oss )
72+ - [ ApiBoot Alibaba SMS] ( https://github.com/hengboy/api-boot/tree/1.x /api-boot-samples/api-boot-sample-alibaba-sms )
7373
7474## 版本管理规范
7575
@@ -94,7 +94,7 @@ yuqiyu999
9494
9595#### 钉钉群
9696
97- ![ ] ( https://github.com/hengboy/api-boot/blob/master /dingding_group.JPG )
97+ ![ ] ( https://github.com/hengboy/api-boot/blob/1.x /dingding_group.JPG )
9898
9999### 项目结构
100100
0 commit comments