Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqiu202/aqiu-spring-boot-starter-projects

个人封装的一些开箱即用的Spring Boot Starter组件,简单且实用,后续会根据需求进行持续扩展!
https://github.com/aqiu202/aqiu-spring-boot-starter-projects

aliyun autolog captcha huawei jpush limiting qrcode sms spring spring-boot-starter springboot starter starters tts wechat wechatpay

Last synced: 8 days ago
JSON representation

个人封装的一些开箱即用的Spring Boot Starter组件,简单且实用,后续会根据需求进行持续扩展!

Awesome Lists containing this project

README

        

# aqiu-spring-boot-starter-projects
个人封装的一些开箱即用的Spring Boot Starter组件,简单且实用,后续会根据需求进行持续扩展!
#### 已有扩展
- [简单限流组件(可以保证接口幂等性)-- limiting-spring-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/limiting-spring-boot-starter)
- [通用锁组件(普通锁和分布式锁等)-- qlock-spring-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/qlock-spring-boot-starter)
- [简单的操作日志采集处理组件 -- autolog-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/autolog-spring-boot-starter)
- [分布式ID生成组件 -- id-generator-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/id-generator-spring-boot-starter)
- [TTL缓存组件 -- ttl-cache-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/ttl-cache-spring-boot-starter)
- [简单的图片验证码工具 -- captcha](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/core/captcha)
- [简单的图片验证码组件 -- captcha-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/captcha-spring-boot-starter)
- [简单的二维码图片组件 -- qrcode-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/qrcode-spring-boot-starter)
- [zookeeper客户端Curator自动配置组件 -- zk-curator-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/zk-curator-spring-boot-starter)
- [阿里云短信封装组件 -- aliyun-sms-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/aliyun/aliyun-sms-spring-boot-starter)
- [阿里云TTS语音合成组件 -- aliyun-tts-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/aliyun/aliyun-tts-spring-boot-starter)
- [微信支付组件 -- wechat-pay-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/wechat/wechat-pay-spring-boot-starter)
- [微信公众号、小程序相关解编码组件 -- wechat-codec-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/wechat/wechat-codec-spring-boot-starter)
- [华为云短信封装组件 -- huawei-sms-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/huawei/huawei-sms-spring-boot-starter)
- [极光推送Rest API封装组件 -- jpush-rest-api-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/aurora/jpush-rest-api-spring-boot-starter)
- [Excel导入/导出功能封装 -- excel-spring-boot-starter](https://github.com/aqiu202/aqiu-spring-boot-starter-projects/tree/master/starter/excel-spring-boot-starter)