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

Update practical-project.md

guide哥,您好。本人推荐一个开源实战项目:大麦。项目的质量还是比较高的,解决了高并发下的各种典型问题。有空的话,希望guide哥看一下,谢谢啦。
This commit is contained in:
阿星不是程序员 2025-06-25 16:19:31 +08:00 committed by GitHub
parent 7720d775fa
commit 16045e73ed
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):提供热门演唱会的购票功能,并且对如何解决高并发下的抢票而产生的各种问题,从而设计出了实际落地的解决方案。
## 权限管理系统