# SpringBoot秒杀系统_Seckill **Repository Path**: HackOwnLife485/seckill ## Basic Information - **Project Name**: SpringBoot秒杀系统_Seckill - **Description**: springboot + mybatis plus + mysql + Redis 该秒杀系统包含了 商品秒杀,服务限流,请求降级,接口隐藏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-02-01 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###项目架构 SpringBoot + Mybatis plus + MySQL 8.x ###项目依赖 org.springframework.boot spring-boot-starter-web org.mybatis.spring.boot mybatis-spring-boot-starter 2.1.4 org.springframework.boot spring-boot-starter-aop 2.3.7.RELEASE mysql mysql-connector-java runtime org.projectlombok lombok com.baomidou mybatis-plus-boot-starter 3.3.1 com.google.guava guava 28.2-jre org.springframework.boot spring-boot-starter-data-redis 2.2.1.RELEASE src/main/java **/*.properties **/*.xml ###主要功能 - 限时秒杀 - 系统限流 - 请求降级 - 接口隐藏 - 单用户频率限制