# Tecent_Mall **Repository Path**: swiftsc/Tecent_Mall ## Basic Information - **Project Name**: Tecent_Mall - **Description**: Mmall项目重构!重构是一种好习惯! - **Primary Language**: Java - **License**: Not specified - **Default Branch**: v3.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### SSM商城后端开发项目 --- 1. 用户模块 - 管理员和普通用户进行分离 2. 分类管理模块 3. 商品管理模块 4. 购物车模块 - 封装了一个高可用的购物车模块 5. 收货地址管理模块 6. 支付宝模块 - 对接了支付宝的支付功能 7. 订单管理模块 8. 通用模块 - 对返回值和异常状态进行封装,统一了返回接口并且在业务逻辑中不存在魔法值,便于阅读修改 9. SSO - 基于Redis的单点登录改造 10. ShardedRedis - 支持分布式Redis服务 11. 支持SpringSession 12. 增加全局异常处理 - 防止暴露错误信息到页面上 13. spring schedule 定时关单 - Redis版本 - Redisson版本 ---