# SecKill **Repository Path**: fangchenyong/SecKill ## Basic Information - **Project Name**: SecKill - **Description**: 秒杀系统设计实现、压测、优化 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-06-22 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## JAVA秒杀系统 1. #### 系统介绍 > 1. **技术点介绍** > - 前端:Thymeleaf、BootStrap、JQuery > - 后端:SpringBoot、JSR303、MyBatis > - 中间件:RabbitMQ、Redis、Druid > > 2. **秒杀设计** > - 分布式会话 > - 商品列表页 > - 商品详情页 > - 订单详情页 > - 系统压测 > - 缓存优化 > - 消息队列 > - 接口安全 > > 3. **具体实现** > - SpringBoot环境搭建 > - 集成Thymeleaf,Result结果封装 > - 集成Mybatis+Druid > - 集成Jedis+Redis安装+通用缓存Key封装 > - 数据库密码两次MD5加密 > - JSR303参数校验+全局异常处理器 > - 分布式Session > - JMeter压测 > - SpringBoot打war包 > - 页面优化 > - 接口优化 > - 安全优化