# 秒杀功能 **Repository Path**: VividRoom/second-kill-function ## Basic Information - **Project Name**: 秒杀功能 - **Description**: SpringBoot + Redis + RabbitMQ 实现商品的秒杀 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-04-14 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 商品秒杀项目 ### 目的 ~~~ 了解电商场景下百万级的秒杀系统的实现原理和方式 了解秒杀场景下要考虑的问题和问题的解决方案 了解 Redis 和 MQ 在系统架构设计中承担的角色和任务 ~~~ ### 使用技术栈 ~~~md SpringBoot + MyBatisPlus + Redis + RabbitMQ ~~~