# boot-business **Repository Path**: longsx/boot-business ## Basic Information - **Project Name**: boot-business - **Description**: 本代码仓库旨在归纳总结,提供各种业务功能的基本实现或者对接方式,后续会持续更新,有问题可以提issue~~~ - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-11-26 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Boot Business

基于SpringBoot集成各种业务组件及功能demo实现

Downloads Downloads Downloads Downloads

**温馨提示:代码中的一些配置信息请修改成自己的,手下留情勿暴力测试!** ## 前言 本代码仓库旨在归纳总结,提供各种业务功能的基本实现或者对接方式,后续会持续更新,有问题可以提issue~~~ ## 模块介绍 | 模块 | 功能介绍 | |------------------------------------------------------------------|---------------------------------------------| | [boot-business-activiti](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-activiti) | 集成Activiti流程引擎实现基本的功能 | | [boot-business-ai](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-ai) | 集成阿里巴巴AI | | [boot-business-batchsave](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-batchsave) | 实现高效插入大批量数据 | | [boot-business-cache](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-cache) | 使用redis实现多级缓存 | | [boot-business-calendar](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-calendar) | 使用mxnzp实现日历及节假日信息拉取 | | [boot-business-captcha](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-captcha) | 集成anji-plus行为验证码,easy-captcha图片验证码 | | [boot-business-datasource](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-datasource) | 原生方式实现配置文件多数据源 | | [boot-business-datasource-mbpd](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-datasource-mbpd) | 集成MyBatis-Plus的dynamic-datasource实现配置文件多数据源 | | [boot-business-datasource-pro](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-datasource-pro) | 原生方式实现动态数据库配置多数据源 | | [boot-business-db2document](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-db2document) | 集成screw-core实现数据库设计文档生成 | | [boot-business-district](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-district) | 使用高德地图实现拉取行政区划数据,支持定时更新 | | [boot-business-easyexcel](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-easyexcel) | 集成easyexcel的基本读写功能demo | | [boot-business-email](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-email) | 使用email实现阿里腾讯云短信 | | [boot-business-encryption](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-encryption) | 实现接口的加解密 | | [boot-business-flowable](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-flowable) | 集成Flowable流程引擎实现基本的功能 | | [boot-business-im](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-im) | 使用websocket实现即时通讯基本逻辑 | | [boot-business-image](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-image) | 集成im4java实现图片的基本操作 | | [boot-business-ip](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-ip) | 集成ip2region实现请求ip归属地的获取 | | [boot-business-jpa](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-jpa) | 集成jpa实现基本增删改查 | | [boot-business-log](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-log) | 使用spring切面及事件实现操作日志 | | [boot-business-mqtt](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-mqtt) | 使用rabbitmq实现mqtt协议消息 | | [boot-business-multithread](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-multithread) | 实现子任务多线程处理优化接口 | | [boot-business-mybatisplus](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-mybatisplus) | 集成MyBatis-Plus实现基本配置及增删改查demo | | [boot-business-mybatisplus-join](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-mybatisplus-join) | 集成mybatis-plus-join实现基本配置及联表查询demo | | [boot-business-oss](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-oss) | 集成minio、阿里云、七牛云实现对象存储 | | [boot-business-pay](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-pay) | 集成支付宝、微信实现支付功能 | | [boot-business-qrcode](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-qrcode) | 集成zxing实现二维码 | | [boot-business-rabbitmq](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-rabbitmq) | 集成rabbitmq实现消息生产消费 | | [boot-business-ratelimit](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-ratelimit) | 集成guava、sentinel、redis、semaphore实现接口限流 | | [boot-business-rocketmq](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-rocketmq) | 集成rocketmq实现消息生产消费 | | [boot-business-security](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-security) | 集成security实现认证授权 | | [boot-business-sms](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-sms) | 集成阿里云、腾讯云实现短信功能 | | [boot-business-tenantid](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-tenantid) | 集成MyBatis-Plus实现多租户功能 | | [boot-business-utils](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-utils) | 实现常用的工具类 | | [boot-business-voice2text](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-voice2text) | 实现语音转文字功能 | | [boot-business-weather](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-weather) | 使用高德地图、聚合服务实现拉取天气数据,支持定时更新 | | [boot-business-wechat](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-wechat) | 集成weixin-java-mp实现微信公众号基本功能 | | [boot-business-xxljob](https://gitee.com/qiangesoft/boot-business/tree/master/boot-business-xxljob) | 集成xxl-job实现基本使用demo | ## 使用说明 1. 一个模块对应就是一个服务,具体端口参照配置文件 2. 修改配置文件,启动启动类即可 ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 打赏