# spring-boot-init-project **Repository Path**: zhangshuaihong/spring-boot-init-project ## Basic Information - **Project Name**: spring-boot-init-project - **Description**: 本代码整合多项技术,使用jdk1.8 + springboot2.7.18,一套模版代码,直接克隆下来,省去搭建环境的步骤,快速开发java后端应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-02 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Knife4J, mybatis-plus, Fastjson2, Redis ## README ## java 后端开发 spring-boot 2.7.18 代码模版 ### 技术整合 - jdk1.8 - druid 数据源 1.2.23 - spring-boot 2.7.18 - mybatis-plus 3.5.6 - mysql 8.0.33 - knife4j-openapi-spring-boot-starter 4.4.0 - lombok 1.18.30 - Fastjson 2.0.57 - hutool 5.8.37 - spring-session-redis 分布式登录 - redis集成session共享 - spring-data-redis - redis序列化配置 - redis-template 封装工具util - cos 腾讯云cos对象存储 - 全局异常处理 - filter 过滤器 - interceptor 拦截器 - 用户登录注册接口模版 - 自定义错误码 - 封装通用响应类 - aop切面配置 - 数据模型 dto,vo,entity,enums - log4j2 日志整合 --- ### 提笔著作 - author: shuaihong-coding - email:2798679648@qq.com - phone: 15831765695 --- ### 项目结构 ![样例_01](asset/样例-01.png) ![样例_02](asset/样例_02.png)