# 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 ![JDK](https://img.shields.io/badge/JDK-1.8-green.svg) ![Maven](https://img.shields.io/badge/Maven-3.6.1-green.svg) ![MySQL](https://img.shields.io/badge/MySQL-5.7-green.svg) ![Redis](https://img.shields.io/badge/Redis-3.2.100-green.svg) [![license](https://img.shields.io/badge/license-Apache%20v2-yellow.svg)](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** ![avatar](https://images.gitee.com/uploads/images/2021/0307/150703_c5b23743_1815246.png) #### 使用方法 已发布到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 ``` #### 截图 ![avatar](http://secretOpen.gitee.io/secret-boot-framework/img1.png) #### demo使用说明 1. 导入maven包 2. 运行DemoApplication 3. 访问localhost:8080 ### 致谢 本项目有参考他人的代码,感谢各位大神的付出! * 广大的开源开发者 * [RuoYiVue](https://gitee.com/y_project/RuoYi-Vue) 若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。 * [Hotool](https://gitee.com/loolly/hutool) 一个小而全的Java工具类库。