# springboot-project-seed **Repository Path**: jeremylai/springboot-project-seed ## Basic Information - **Project Name**: springboot-project-seed - **Description**: springboot 种子项目,快速构建单体项目,配置curd基本方法,拿来即用,大大提高开发效率 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 springboot-project-seed是基于springboot和mybatis的种子项目,用于项目快速构建 - 整合通用mapper - 登陆拦截器 - 枚举转换(不使用通用mapper实现) - 统一异常处理 - 通用mapper整合枚举 (配置文件添加 enum-as-simple-type: true 自动将枚举转成表中的字段) - 整合Redis - add test 嗯嗯嗯