# springboot-cli
**Repository Path**: francis-chen/springboot-cli
## Basic Information
- **Project Name**: springboot-cli
- **Description**: Springboot开发脚手架,集合各种常用框架使用案例,完善的文档,致力于让开发者快速搭建基础环境并让应用跑起来。
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 130
- **Created**: 2022-04-22
- **Last Updated**: 2022-05-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Springboot-cli开发脚手架
## 介绍
Springboot-cli开发脚手架,各种常用框架使用案例模板,完善的文档并附带搭建过程讲解,致力于让开发者快速搭建基础环境并让应用跑起来。
- 代码优雅整洁
- 遵守阿里编程规范,高质量、高效率
- 统一的注释方法和风格
- 项目持续增加、持续更新维护
---
## tcp项目
`基于Springboot、netty的tcp项目模板`
| # | 目录 | 说明 | 状态 | 更新时间 | 文档 |
| ---- | -------------------------------------------------- | ----------------------- | ---- | --------- | -------------------------------------- |
| 1 | [netty-tcp-client](./netty-tcp-client) | tcp 客户端 | 完成 | 2022.4.17 | [项目讲解](http://t.csdn.cn/yvjS5) |
| 2 | [netty-tcp-server](./netty-tcp-server) | tcp 服务器 | 完成 | 2022.4.17 | [项目讲解](http://t.csdn.cn/ti5xA) |
| 3 | [netty-protobuf-client](./netty-protobuf-client) | tcp protobuf 测试客户端 | 完成 | 2022.4.18 | [项目讲解](http://t.csdn.cn/Lneul) |
| 4 | [netty-protobuf-server](./netty-protobuf-server) | tcp protobuf 服务器 | 完成 | 2022.4.18 | [项目讲解](http://t.csdn.cn/yCpAe) |
| 5 | [netty-websocket-client](./netty-websocket-client) | webcocket客户端 | 完成 | 2022.4.20 | [项目讲解](http://t.csdn.cn/ANdaj) |
| 6 | [netty-websocket-server](./netty-websocket-server) | websocket服务器 | 完成 | 2022.4.20 | [项目讲解](http://t.csdn.cn/uLfIZ) |
| 7 | [mind-mqtt](https://github.com/liangqiding/mind-mqtt) | mqtt broker 及 client | 完成 | 2022.4.10 | |
## 常用项目
`Springboot常用框架基础模板`
| # | 目录 | 说明 | 状态 | 更新时间 | 文档 |
| ---- | ------------------------------------------------------------ | ----------------------- | ---- | --------- | -------------------------------------- |
| 1 | [springboot-web](./springboot-web) | springboot-基础web项目 | 完成 | 2022.4.21 | [项目讲解](http://t.csdn.cn/2lJPj) |
| 2 | [springboot-swagger](./springboot-swagger) | springboot-整合swagger | 完成 | 2022.4.21 | [项目讲解](http://t.csdn.cn/vSDcq) |
| 3 | [springboot-jwt](./springboot-jwt) | JWT实现token登录认证 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/uBLdp) |
| 4 | [springboot-redis](./springboot-redis) | springboot-整合redis | 完成 | 2022.4.21 | |
| 5 | [springboot-mybatis-plus](./springboot-mybatis-plus) | mybatis-plus使用示例 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/oSwiZ) |
| 6 | [springboot-mybatis-plus-generator](./springboot-mybatis-plus-generator) | mybatis-plus代码生成器 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/wmdG5) |
| 7 | [springboot-upload](./springboot-upload) | 文件上传下载 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/ZFOYP) |
| 8 | [springboot-excel-export](./springboot-excel-export) | Excel、word文档生成导出 | 完成 | 2022.4.19 | [项目讲解](http://t.csdn.cn/sEv6E) |