# springboot-template **Repository Path**: little-turtle-z/springboot-template ## Basic Information - **Project Name**: springboot-template - **Description**: springboot 项目开发模板 快速搭建项目 齐全工具 完善项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-01 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Logo

springboot 通用开发模板

一个好用的springboot模板去快速开始你的项目!

### 上手指南 ```sh git clone https://gitee.com/little-turtle-z/springboot-template.git ``` ### 文件目录说明 eg: ``` |--main | |--api 返回前端结果集统一处理 | |--config | | |--file 文件下载配置 | | |--filter | | |--SensitiveWordConfig 敏感词过滤配置 | | |--UserInterceptor JWT 拦截 | | |--WebMucConfig 配置拦截路径 | | |--format 数据格式配置 | | |--mybatisPlus mybatisPlus基础配置 | | |--redis redis+Cache配置 | |--constant 全局常量配置 | |--exception 异常配置 | |--util 工具包 | | |--FileUtil 文件下载 | | |--JwtUtil | | |--RedisUtil | | |--TimeUtil 时间计算 | |--verification 电话/敏感词 注解 实现 |--resources | |--application.yml ```