# secret-boot-framework
**Repository Path**: java_laowang/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**: 0
- **Forks**: 2
- **Created**: 2022-05-06
- **Last Updated**: 2022-05-06
## 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-cache | 框架缓存模块 |
| secret-boot-framework-captcha | 图形验证码 |
| secret-boot-framework-dozer | dozer工具模块 |
| secret-boot-framework-excel | excel工具模块 |
| secret-boot-framework-ffmpeg | ffmpet工具模块 |
| 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扩展模块 |
| secret-boot-framework-shiro | shiro扩展模块 |
如果觉得以上工具仍然不够用,本框架内置了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
1.6.0
pom
import
com.gitee.secretopen
secret-boot-framework-all
1.6.0
```
#### 核心依赖
| 组件 | 版本 |
| ---- | ---- |
| springboot | 2.5.3 |
| mybatis-plus | 3.4.3 |
| mysql | 5.7/8.x |
| redis | |
| hutool | |
#### 截图

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