# secret-boot-framework
**Repository Path**: SecretOpen/secret-boot-framework
## Basic Information
- **Project Name**: secret-boot-framework
- **Description**: secret-boot-framework是一个基于springboot用于快速开发的脚手架,只实现开发中最基础的springboot、mybatis、redis等常用组件的整合及扩展工具
内置丰富的基础工具类,开箱即用
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 2
- **Created**: 2020-11-28
- **Last Updated**: 2025-06-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# secret-boot-framework




[](https://gitee.com/secret_C/secretBlogBoot/blob/master/LICENSE)
#### 介绍
secret-boot脚手架(根据核心依赖版本长期更新,正常更新周期为3个月,紧急bug修复会尽快处理)
只实现开发中最基础的springboot、mybatis、redis等常用组件的整合及扩展工具
内置丰富的基础工具类,开箱即用
**关于本框架详情介绍请看 [wiki说明文档](https://gitee.com/SecretOpen/secret-boot-framework/wikis/%E7%AE%80%E4%BB%8B?sort_id=3220070)**
##### 模块介绍
| 模块 | 介绍 |
| ---- | ---- |
| secret-boot-framework-core | 框架核心模块 |
| secret-boot-framework-web | 框架web模块 |
| secret-boot-framework-cache | 框架缓存模块 |
| secret-boot-framework-dynamic-datasource | 多数据源模块 |
| secret-boot-framework-excel | easyExcel工具模块 |
| secret-boot-framework-jpa | jpa扩展模块 |
| secret-boot-framework-mail | mail封装模块 |
| secret-boot-framework-mybatis-plus | mybatis-plus扩展模块 |
| secret-boot-framework-poi | poi封装模块 |
| secret-boot-framework-security | spring-security扩展模块 |
如果觉得以上工具仍然不够用,本框架内置了hutool来解决大家的需求。
**关于本框架详情介绍请看 [wiki说明文档](https://gitee.com/SecretOpen/secret-boot-framework/wikis/%E7%AE%80%E4%BB%8B?sort_id=3220070)**
#### 互动交流群
**企鹅群:635508577**

#### 使用方法
已发布到maven中央仓库,建议使用1.4.0+版本
```
com.gitee.secretopen
secret-boot-framework-dependencies
2.3.0
pom
import
com.gitee.secretopen
secret-boot-framework-core
2.2.0
```
#### 截图

#### demo使用说明
1. 导入maven包
2. 运行DemoApplication
3. 访问localhost:8080
### 致谢
本项目有参考他人的代码,感谢各位大神的付出!
* 广大的开源开发者
* [RuoYiVue](https://gitee.com/y_project/RuoYi-Vue) 若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
* [Hotool](https://gitee.com/loolly/hutool) 一个小而全的Java工具类库。