为了快速落地项目、快速搭建脚手架,dobbinsoft开发一套基于SpringBoot3 MyBatis的框架,并手搓了如参数校验、文档生成、限流、鉴权等等常用功能。core包中包括工具类、注解、模型等。
您可以在国内开源社区Gitee下载(推荐):https://gitee.com/iotechn/dobbinfw-support
您可以在国际开源社区Github下载:https://github.com/iotechn/dobbinfw-support
引入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
若Support包不能满足您的业务需求,您可以直接在仓库中发布Pull Request。本项目欢迎所有开发者一起维护,并永久开源。