Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 532 Bytes

myseckill

Description

front-back stage decoupling project for seckill course
GitHub: https://github.com/csulwk/myseckill.git

Environment

  • Spring Boot
  • Spring Data JPA
  • Kafka
  • Redis
  • MySQL
  • JMeter
  • Vue

Framework

myseckill
├─ seckill               -- the back end
│  └─ src                
├─ seckill-viewer        -- the front end
│  └─ src                
├─ .gitignore
└─ README.md