# Distributed-killing-system **Repository Path**: HonorSong/distributed-killing-system ## Basic Information - **Project Name**: Distributed-killing-system - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 分布式秒杀系统 ## 开发环境 JDK1.8、Maven、Mysql、IntelliJ IDEA、SpringBoot1.5.10、zookeeper3.4.6、kafka_2.11、redis-2.8.4、curator-2.10.0 win环境redis:https://gitee.com/52itstyle/spring-boot-seckill/tree/master/src/main/resources/redis ## 启动说明 - 启动前 请配置 application.properties 中相关redis、zk以及kafka相关地址,建议在Linux下安装使用。 - 数据库脚本位于 src/main/resource/sql 下面,启动前请自行导入。 - 配置完成,运行Application中的main方法,访问 http://localhost:8080/seckill/swagger-ui.html 进行API测试。 - 秒杀商品页:[http://localhost:8080/seckill/index.shtml](http://localhost:8080/seckill/index.shtml) ,部分功能待完成。 ## 测试入口 http://localhost:8080/seckill/swagger-ui.html ## 项目介绍 SpringBoot开发案例从0到1构建分布式秒杀系统,项目案例基本成型,逐步完善中。