# priceManage-backend **Repository Path**: MapleMorning/priceManage-backend ## Basic Information - **Project Name**: priceManage-backend - **Description**: 价格管理平台,后端 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2023-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, mybatis-plus, MySQL, Redis, JWT ## README # 价格平台管理——后端 ### 介绍 此项目为纯后端,它提供一个简单的价格表管理功能,同时集成了注册邮箱验证和登录验证码的功能,项目简单地采用了jwt实现了用户验证功能,除此外,还提供了一些自行封装的工具类,如:OSS存储工具类等,你可以按需进行二次开发!前端项目地址:https://gitee.com/MapleMorning/price-manage-fronted ### 环境/技术栈 在开始使用前,您应该要了解本模板工作的环境,不同于传统,我采用了较新版本的依赖和框架,这会与旧版本有些许不同,如果你需要进行二次开发,请注意兼容性: * Spring Boot(3.1.0) * JDK(17.0.5) * Mybatis-Plus(3.5.1) * MYSQL(8.0.20) * Redis(3.0.504) ### 包含的一些工具 * FastJson * Kaptcha * lombok * jwt * apche.common-pool2 * apche.common-lang3 ### 开始使用 你只需要按需填写yml文件中的配置,创建并配置好MySQL和Redis,即可开始使用,默认前端端口为8086,后端为8087