Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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组件,简单且实用,后续会根据需求进行持续扩展!
- Host: GitHub
- URL: https://github.com/aqiu202/aqiu-spring-boot-starter-projects
- Owner: aqiu202
- License: apache-2.0
- Created: 2020-08-20T02:50:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:09:26.000Z (22 days ago)
- Last Synced: 2024-10-25T08:20:07.952Z (21 days ago)
- Topics: aliyun, autolog, captcha, huawei, jpush, limiting, qrcode, sms, spring, spring-boot-starter, springboot, starter, starters, tts, wechat, wechatpay
- Language: Java
- Homepage:
- Size: 603 KB
- Stars: 15
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)