# middle-ware-parent
**Repository Path**: xwcoding/middle-ware-parent
## Basic Information
- **Project Name**: middle-ware-parent
- **Description**: SpringBoot集成常用开发中间件,分库分表,缓存,消息队列,定时器,权限管理等组件
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 708
- **Created**: 2020-07-31
- **Last Updated**: 2021-03-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 参考文章
【SpringBoot2基础教程】--> 【[GitHub点这里](https://github.com/cicadasmile/spring-boot-base)】 【[码云.点这里](https://gitee.com/cicadasmile/spring-boot-base)】
【案例中相关中间件搭建】--> 【[GitHub点这里](https://github.com/cicadasmile/linux-system-base)】 【[码云.点这里](https://gitee.com/cicadasmile/linux-system-base)】
|序号|文章标题|
|:---:|:---|
|01|[Boot2 整合 shard-jdbc 中间件,实现数据分库分表](https://mp.weixin.qq.com/s/XNFjOyzUfeR6zMrlvNPB8g)|
|02|[Boot2 整合 JavaMail ,实现异步发送邮件功能](https://mp.weixin.qq.com/s/hadAFqK-w394K4XPWplANw)|
|03|[Boot2 整合 RocketMQ ,实现请求异步处理](https://mp.weixin.qq.com/s/uF29K8gzv7qHYk-K2pQkpQ)|
|04|[Boot2 整合 Swagger2 ,构建接口管理界面](https://mp.weixin.qq.com/s/ztmmC3bKlSfUl5Ec3qUPOQ)|
|05|[Boot2 整合 QuartJob ,实现定时器实时管理](https://mp.weixin.qq.com/s/CKf8JZEKx8HMidkYKRKo_w)|
|06|[Boot2 整合 Redis集群 ,实现消息队列场景](https://mp.weixin.qq.com/s/nU6hZY17cO7BF68YyI78Yw)|
|07|[Boot2 整合 Dubbo框架 ,实现RPC服务远程调用](https://mp.weixin.qq.com/s/uKvgLpASyJYC9mafO05Uvw)|
|08|[Boot2 整合 ElasticSearch框架,实现高性能搜索引擎](https://mp.weixin.qq.com/s/ZUj4qy7qHgmfYPTdimO-Hw)|
|09|[Boot2 整合 JWT 框架,解决Token跨域验证问题](https://mp.weixin.qq.com/s/CYvsho_kCwUndTuDkDOvOg)|
|10|[Boot2 整合 FastDFS 中间件,实现文件分布管理](https://mp.weixin.qq.com/s/c9DsOUF545oqD1Hft5DcQw)|
|11|[Boot2 整合 Shiro 框架,实现用户权限管理](https://mp.weixin.qq.com/s/3tyPcvfUzv6BI8KWkLZ53w)|
|12|[Boot2 整合 Security 框架,实现用户权限管理](https://mp.weixin.qq.com/s/7GYddhPSf3C7ZSEqF7OZKw)|
|13|[Boot2 整合 ClickHouse数据库,实现数据高性能查询分析](https://mp.weixin.qq.com/s/KoNVUAe1ttC9AX7JAMqfOA)|
|14|[Boot2 整合 Drools规则引擎,实现高效的业务规则](https://mp.weixin.qq.com/s/fBDv5N-5RxcuWMi6He3p4Q)|
|15|[Boot2 整合 多数据源,配置MybatisPlus增强插件](https://mp.weixin.qq.com/s/B738xzn848_YORt8qT-X5Q)|
|16|[Boot2 整合 Zookeeper组件,管理架构中服务协调](https://mp.weixin.qq.com/s/zjw-A7u-chGZhNgwuUsEPw)|
|17|[Boot2 整合Nacos组件,环境搭建和入门案例详解](https://mp.weixin.qq.com/s/jfkEtqFus8v_JXNrRSHYOA)|
|18|[文件系统(01):基于Boot2框架,管理Excel和PDF](https://mp.weixin.qq.com/s/YQueOKCmAkVASHKtwz6pgw)|
|18|[文件系统(02):基于Boot2框架,管理Xml和CSV](https://mp.weixin.qq.com/s/tIHykTG0ey1dwnTwzYwuig)|
|19|[Boot2 整合 Kafka组件,应用案例和流程详解](https://mp.weixin.qq.com/s/XP2LhioxBGk7z_vW1XN2nQ)|
|20|[Boot2 整合 ElasticJob框架,定制化管理流程](https://mp.weixin.qq.com/s/eFKq3zKksbwzHZ3d81HaZw)|
|21|[Boot2 整合JTA组件,多数据源事务管理](https://mp.weixin.qq.com/s/6zR4JXDnoinzLDUaENWVSA)|
|22|[Boot2 整合FreeMarker模板,完成页面静态化处理](https://mp.weixin.qq.com/s/HwFT_E7v0ms_jQWP7ztZCA)|
持续更新中...
## 项目简介
SpringBoot 集成常用中间件
SpringBoot集成常用开发中间件,分库分表,缓存,消息队列,定时器,权限管理等组件
## 关于作者