# seckill **Repository Path**: tg216/seckill ## Basic Information - **Project Name**: seckill - **Description**: 基于Java、SpringBoot、MyBatis、MySQL实现的秒杀系统。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 该项目用于展示如何开发一个高可用的秒杀系统。 # 配置 - JDK:17 - SpringBoot:3.1.10 - Mybatis:3.0.3 - MySQL:8.0.34 - Redis:3.2.100 - # 说明 目前实现的案例如下: - Redis实现分布式锁 - Redisson实现分布式锁 # 运行 下载源码到本地,使用 IDEA 打开,运行 SpringBoot 项目即可。