# 抢红包后台模拟 **Repository Path**: tidalcoast-135148/redpacket_after ## Basic Information - **Project Name**: 抢红包后台模拟 - **Description**: 使用springboot整合redis和lua脚本实现抢红包功能 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-08-22 - **Last Updated**: 2023-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Redis, Lua ## README **抢红包后台模拟,实现了模拟抢红包的相关功能接口** 后台使用springboot,利用redis存储红包信息,支持持久化到MySQL数据库。只是后台模拟,没有前端ui界面。 项目配置 - clone到本地,用idea打开 - 通过maven导入依赖 - 在springboot的配置文件配置好数据源和redis - 启动redis就可以运行项目 可以通过Jmeter压力测试工具测试高并发下的抢红包情况