# my-boot-framework
**Repository Path**: lyfweb/my-boot-framework
## Basic Information
- **Project Name**: my-boot-framework
- **Description**: 我的springboot单体框架
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-07-06
- **Last Updated**: 2025-05-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README


### 平台简介
### 模块介绍
```text
my-boot-framework
├──boot-api                                                                                                                                                                    
│  ├──boot-app-api                                                                                                                                                          
│  ├──boot-web-api                                                                                                                                                 
│  └──boot-websocket-im                                                                                                                                                             
├──boot-common                                                                                                                                                                                                                                                                                                                                
├──boot-extension                                                                                                                                                              
│  ├──boot-admin-server                                                                                                                                                   
│  └──boot-xxl-job                                                                                                                                                                                                                                                                                                                        
├──boot-framework                                                                                                                                                                                                                                                                                                                               
├──boot-middleware                                                                                                                                                             
│  ├──boot-elasticsearch                                                                                                                                                  
│  ├──boot-mq-rabbitmq
│  ├──boot-mqtt
│  ├──boot-report                                                                                                                                                     
│  └──boot-workflow                                                                                                                                                              
├──boot-plugin                                                                                                                                                                 
│  ├──boot-email                                                                                                                                                           
│  ├──boot-payment
│  ├──boot-sms
│  ├──boot-storage-oss
│  └──boot-wechat                                                                                                                                                               
├──doc                                                                                                                                                                         
│  └──sql                                                                                                                                                                 
├──pom.xml                                                                                                                                                                     
└──README.md 
```