1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-11 18:57:06 +08:00

Merge pull request #2683 from shining-stars-l/patch-1

docs: 推荐高并发实战项目:大麦
This commit is contained in:
Guide 2025-06-30 16:09:38 +08:00 committed by GitHub
commit de141fb2e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,7 @@ icon: project
## 售票系统
- [12306](https://gitee.com/nageoffer/12306) :基于 JDK17 + SpringBoot3 + SpringCloud 微服务架构的高并发 12306 购票服务。
- [大麦](https://gitee.com/java-up-up/damai):提供热门演唱会的购票功能,并且对如何解决高并发下的抢票而产生的各种问题,从而设计出了实际落地的解决方案。
## 权限管理系统