8000 GitHub - iotechn/dobbinfw-support: dobbin framework 支持包,包括功能性开关注解、SpringBoot配置、限流、DB、MQ、短信、对象存储等等功能。
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dobbin framework 支持包,包括功能性开关注解、SpringBoot配置、限流、DB、MQ、短信、对象存储等等功能。

License

Notifications You must be signed in to change notification settings

iotechn/dobbinfw-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Version PRs Welcome

一、项目背景

为了快速落地项目、快速搭建脚手架,dobbinsoft开发一套基于SpringBoot3 MyBatis的框架,并手搓了如参数校验、文档生成、限流、鉴权等等常用功能。core包中包括工具类、注解、模型等。

二、快速开始

2.1. 下载代码

您可以在国内开源社区Gitee下载(推荐):https://gitee.com/iotechn/dobbinfw-support

您可以在国际开源社区Github下载:https://github.com/iotechn/dobbinfw-support

2.2. maven引入

引入maven坐标到工程pom.xml文件中。

<dependency>
    <groupId>com.dobbinsoft</groupId>
    <artifactId>fw-support</artifactId>
    <version>2.x.x</version>
</dependency>

版本可以去maven库里面查询:

https://central.sonatype.com/artifact/com.dobbinsoft/fw-support/versions

三、功能列表 & 文档索引

3.1. 用户&管理员会话(Session)

3.2. 业务日志(Log)

3.3. 延迟队列(DelayedMQ)

3.4. 远程调用(RPC)

3.5. 数据库扩展(DB)

3.6. 缓存(Cache)

3.7. 分布式锁(Lock)

3.8. 限流(Rate)

3.9. 滑动验证码(Captcha)

3.10. 短信(Sms)

3.11. 对象存储(Storage)

3.12. 表格操作(Excel)

3.13. 统计PV/UV

3.14. 工具类(Utils)

3.15. 集群内广播(Broadcast)

3.16. 服务器事件(SSE)

3.17. 全双工通信(Websocket)

四、贡献 & 社区

若Support包不能满足您的业务需求,您可以直接在仓库中发布Pull Request。本项目欢迎所有开发者一起维护,并永久开源。

About

dobbin framework 支持包,包括功能性开关注解、SpringBoot配置、限流、DB、MQ、短信、对象存储等等功能。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0