# code-springboot
**Repository Path**: Rocky-BCRJ/code-springboot
## Basic Information
- **Project Name**: code-springboot
- **Description**: springboot 2.x.x版本整合各种技术
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2022-04-28
- **Last Updated**: 2023-06-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: SpringBoot
## README
## code-springboot
## 项目简介
1. code-springboot 是对整合 springboot 技术的演练及学习的一个项目。
2. 涉及到数据库相关操作时, 需先用 datasource 文件夹下的文件初始化两个数据表, 并建立好数据库连接。
3. 使用时相关配置项需要调整为自己电脑配置的配置项。
## 项目使用说明
1. git clone https://gitee.com/Rokey-love/code-springboot.git
2. mvn clean install -Dmaven.test.skip=true
## 项目标识说明
[x]: 项目前缀带有该标识, 说明该模块还未完成。
[o]: 项目前缀带有该标识, 说明该模块已经完成。
## 项目模块介绍
```lua
├── [x] code-springboot-apidoc
│ ├── [o] swagger
│ ├── [o] swagger-knife4j
│ ├── [o] swagger-starter
│ └── [x] smart-doc
├── [x] code-springboot-async
│ └── [o] async-demo01
├── [o] code-springboot-banner
├── [x] code-springboot-cache
│ ├── [o] cache-redis
│ └── [o] ehcache
├── [o] code-springboot-commit-plugin
├── [x] code-springboot-data
│ ├── [x] spring-data-es
│ ├── [x] spring-data-mongo
│ ├── [o] spring-data-redis
│ └── [o] spring-datapool-multiple-druid
├── [o] code-springboot-event
├── [o] code-springboot-idempotent
├── [o] code-springboot-jwt-token
├── [x] code-springboot-logback
├── [o] code-springboot-mail
├── [o] code-springboot-mapstruct
├── [x] code-springboot-mq
├── [x] code-springboot-mybatis
│ ├── [o] mybatis-interceptor
│ ├── [o] mybatis-plus
│ ├── [o] mybatis-tk
│ ├── [o] simple-mybatis
│ └── [o] starter-mybatis
├── [o] code-springboot-paramcheck
├── [x] code-springboot-sharding
│ ├── [o] sharding-demo01
│ └── [o] sharding-demo02
└── [x] code-springboot-task
├── [o] spring-schedule
└── [o] task-xxl-job
```