# springboot-cli **Repository Path**: xuehui_xian/springboot-cli ## Basic Information - **Project Name**: springboot-cli - **Description**: Springboot、SpringCloud开发脚手架,集合各种常用框架使用案例,完善的文档,致力于让开发者快速搭建基础环境并让应用跑起来。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 130 - **Created**: 2022-05-19 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Springboot-cli

基于SpringBoot的轻量级快速开发脚手架集合

## 介绍 Springboot-cli开发脚手架,各种常用框架使用案例模板,完善的文档并附带搭建过程讲解,致力于让开发者快速搭建基础环境并让应用跑起来,提供丰富的使用示例供使用者参考,帮助初学者快速上手。 - 代码优雅整洁 - 遵守阿里编程规范,高质量、高效率 - 统一的注释方法和风格 - 项目持续增加、持续更新维护 - [国内访问地址](https://gitee.com/liangqiding/springboot-cli) ## tcp项目 `基于Springboot、netty的tcp项目模板` | # | 目录 | 说明 | 状态 | 更新时间 | 文档 | | ---- | -------------------------------------------------- | ----------------------- | ---- | --------- | -------------------------------------- | | 1 | [netty-tcp-client](./netty-tcp-client) | tcp 客户端 | 完成 | 2022.4.17 | [项目讲解](http://t.csdn.cn/7bdbs) | | 2 | [netty-tcp-server](./netty-tcp-server) | tcp 服务器 | 完成 | 2022.4.17 | [项目讲解](http://t.csdn.cn/CTrfe) | | 3 | [netty-protobuf-client](./netty-protobuf-client) | tcp protobuf 测试客户端 | 完成 | 2022.4.18 | [项目讲解](http://t.csdn.cn/eMELU) | | 4 | [netty-protobuf-server](./netty-protobuf-server) | tcp protobuf 服务器 | 完成 | 2022.4.18 | [项目讲解](http://t.csdn.cn/AOJq8) | | 5 | [netty-websocket-client](./netty-websocket-client) | webcocket客户端 | 完成 | 2022.4.20 | [项目讲解](http://t.csdn.cn/TQW0Y) | | 6 | [netty-websocket-server](./netty-websocket-server) | websocket服务器 | 完成 | 2022.4.20 | [项目讲解](http://t.csdn.cn/IkjTA) | | 7 | [mind-mqtt](https://github.com/liangqiding/mind-mqtt) | mqtt broker 及 client | 完成 | 2022.4.10 | [项目讲解](https://github.com/liangqiding/mind-mqtt) | ## Springboot常用项目 `Springboot常用框架基础模板` | # | 目录 | 说明 | 状态 | 更新时间 | 文档 | | ---- | ------------------------------------------------------------ | ----------------------- | ---- | --------- | -------------------------------------- | | 1 | [springboot-web](./springboot-web) | springboot-基础web项目 | 完成 | 2022.4.21 | [项目讲解](http://t.csdn.cn/ygotv) | | 2 | [springboot-swagger](./springboot-swagger) | springboot-整合swagger3 | 完成 | 2022.4.21 | [项目讲解](http://t.csdn.cn/FWkfY) | | 3 | [springboot-druid](./springboot-druid) | 整合druid连接池,开启sql监控,慢SQL检测 | 完成 | 2022.4.28 | [项目讲解](http://t.csdn.cn/a3Fb0) | | 4 | [springboot-mongodb](./springboot-mongodb) | 整合mongodb,及使用案例 | 完成 | 2022.4.23 | [项目讲解](http://t.csdn.cn/5ss39) | | 5 | [springboot-thymeleaf](./springboot-thymeleaf) | 整合thymeleaf,及使用案例 | 完成 | 2022.4.25 | [项目讲解](http://t.csdn.cn/ZpDVf) | | 6 | [springboot-shiro](./springboot-shiro) | shiro安全框架、及登录案例 | 完成 | 2022.4.25 | [项目讲解](http://t.csdn.cn/INUbc) | | 7 | [springboot-jwt](./springboot-jwt) | JWT实现token登录认证 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/yK5Yd) | | 8 | [springboot-redis](./springboot-redis) | springboot-整合redis | 完成 | 2022.4.21 | [项目讲解](http://t.csdn.cn/eFCEX) | | 9 | [springboot-mybatis-plus](./springboot-mybatis-plus) | mybatis-plus使用示例 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/zD0LX) | | 10 | [springboot-mybatis-plus-generator](./springboot-mybatis-plus-generator) | mybatis-plus代码生成器 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/wDGx5) | | 11 | [springboot-upload](./springboot-upload) | 文件上传下载 | 完成 | 2022.4.12 | [项目讲解](http://t.csdn.cn/A0O6X) | | 12 | [springboot-minio](./springboot-minio) | minio文件服务器 | 完成 | 2022.5.2 | [项目讲解](http://t.csdn.cn/L0SgC) | | 13 | [springboot-kafka](./springboot-kafka) | 消息队列kafka提供者及消费者 | 完成 | 2022.4.24 | [项目讲解](http://t.csdn.cn/NDetj) | | 14 | [springboot-rabbitMQ](./springboot-rabbitMQ) | 消息队列rabbitMQ提供者及消费者 | 完成 | 2022.4.27 | | | 15 | [springboot-excel-export](./springboot-excel-export) | Excel、word文档生成导出 | 完成 | 2022.4.19 | [项目讲解](http://t.csdn.cn/sEv6E) | | 16 | [springboot-scheduler](./springboot-scheduler) | 定时任务、异步任务 | 完成 | 2022.4.24 | [项目讲解](http://t.csdn.cn/12LeI) | | 17 | [springboot-email](./springboot-email) | hutool版邮件发送案例 | 完成 | 2022.4.26 | [项目讲解](http://t.csdn.cn/emPuj) | | 18 | [springboot-exception](./springboot-exception) | web全局异常处理 | 完成 | 2022.4.26 | [项目讲解](http://t.csdn.cn/ehwl3) | | 19 | [springboot-aop-logger](./springboot-aop-logger) | AOP日记,注解实现 | 完成 | 2022.4.27 | | | 20 | [springboot-elasticsearch](./springboot-elasticsearch) | es索引引擎 | 完成 | 2022.5.1 | | ## SpringCloud常用项目 `Springcloud常用框架基础模板` | # | 目录 | 说明 | 状态 | 更新时间 | 文档 | | ---- | -------------------------------------------- | ------------------------------------------------ | ---- | --------- | ---- | | 1 | [springcloud-nacos](./springcloud-nacos) | 升级2020.0.5版cloud,整合nacos+openfeign调用示例 | 完成 | 2022.5.8 | | | 2 | [springcloud-gateway](./springcloud-gateway) | 整合网关服务,实现服务统一拦截,统一转发 | 完成 | 2022.5.12 | |