{"id":14982999,"url":"https://github.com/daydreamdev/meetingfilm","last_synced_at":"2025-04-08T03:09:52.859Z","repository":{"id":35684375,"uuid":"176680767","full_name":"daydreamdev/MeetingFilm","owner":"daydreamdev","description":"基于微服务架构的在线电影购票平台","archived":false,"fork":false,"pushed_at":"2022-12-06T00:43:06.000Z","size":16082,"stargazers_count":243,"open_issues_count":15,"forks_count":85,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-08T03:09:46.484Z","etag":null,"topics":["dubbo","guns","jedis","jwt-token","lombok","mysql","nginx","postman","redis","spring-boot","spring-mvc","tcc-transaction","zookeeper"],"latest_commit_sha":null,"homepage":"http://www.windcharger.xyz","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daydreamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-20T07:43:03.000Z","updated_at":"2025-02-25T12:39:22.000Z","dependencies_parsed_at":"2023-01-16T03:15:35.038Z","dependency_job_id":null,"html_url":"https://github.com/daydreamdev/MeetingFilm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daydreamdev%2FMeetingFilm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daydreamdev%2FMeetingFilm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daydreamdev%2FMeetingFilm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daydreamdev%2FMeetingFilm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daydreamdev","download_url":"https://codeload.github.com/daydreamdev/MeetingFilm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dubbo","guns","jedis","jwt-token","lombok","mysql","nginx","postman","redis","spring-boot","spring-mvc","tcc-transaction","zookeeper"],"created_at":"2024-09-24T14:06:33.594Z","updated_at":"2025-04-08T03:09:52.820Z","avatar_url":"https://github.com/daydreamdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meeting 电影购票平台\n## 项目已经部署，在线 [Demo](http://www.windcharger.xyz)  **测试账户：usertest 密码：123456**\n## 基于微服务架构的在线电影购票平台\n- 用户模块：用户注册、登录、退出、信息修改\n- 影院模块：影院列表查询，特定电影场次查询\n- 电影模块：影片信息，影片分类查询，多维度查询，关键字检索\n- 订单模块：在线选座，订单生成、订单查询、超时关单、应用限流、服务降级\n- 支付模块：支付宝沙箱 SDK 集成、二维码生成、扫码支付、TCC 分布式事务\n## 架构图\n![架构图](https://github.com/daydreamdev/MeetingFilm/blob/master/pic/%E9%A1%B9%E7%9B%AE%E6%9E%B6%E6%9E%84%E5%9B%BE.png)\n## 项目演示\n- 首页![首页](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/1.png)\n- 用户注册登录![用户注册登录](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/2.png)\n- 影片详情![影片详情](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/3.png)\n- 影院多维度搜索![影院多维度搜索](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/4.png)\n- 影院在线电影![影院在线电影](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/5.png)\n- 在线选座购票![在线选座购票](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/6.png)\n- 扫码支付![扫码支付](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/7.png)\n- 我的订单![我的订单](https://github.com/daydreamdev/MeetingFilm/raw/master/pic/demo/8.png)\n## 项目部署\n- [Redis 伪分布式安装部署配置](https://github.com/daydreamdev/MeetingFilm/blob/master/note/Redis%20%E4%BC%AA%E5%88%86%E5%B8%83%E5%BC%8F%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2%E9%85%8D%E7%BD%AE.md) \n- [Zookeeper 伪分布式安装部署配置](https://github.com/daydreamdev/MeetingFilm/blob/master/note/Zookeeper%20%E4%BC%AA%E5%88%86%E5%B8%83%E5%BC%8F%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2%E9%85%8D%E7%BD%AE.md) \n- [MySQL 主从复制部署配置](https://github.com/daydreamdev/MeetingFilm/blob/master/note/MySQL%20%E4%B8%BB%E4%BB%8E%E5%A4%8D%E5%88%B6%E9%83%A8%E7%BD%B2%E9%85%8D%E7%BD%AE.md) \n- [项目部署](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E9%A1%B9%E7%9B%AE%E9%83%A8%E7%BD%B2.md) \n## 项目总结\n- [缓存穿透、缓存雪崩、缓存击穿](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E7%BC%93%E5%AD%98%E7%A9%BF%E9%80%8F%E3%80%81%E7%BC%93%E5%AD%98%E9%9B%AA%E5%B4%A9%E3%80%81%E7%BC%93%E5%AD%98%E5%87%BB%E7%A9%BF.md)\n- [缓存与数据库的一致性](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E7%BC%93%E5%AD%98%E4%B8%8E%E6%95%B0%E6%8D%AE%E5%BA%93%E7%9A%84%E4%B8%80%E8%87%B4%E6%80%A7.md)\n- [限流算法](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E9%99%90%E6%B5%81%E7%AE%97%E6%B3%95.md)\n- [定时任务](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1.md)\n- [分库分表](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E5%88%86%E5%BA%93%E5%88%86%E8%A1%A8.md)\n- [浅析分布式事务](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E6%B5%85%E6%9E%90%E5%88%86%E5%B8%83%E5%BC%8F%E4%BA%8B%E5%8A%A1.md)\n- [如何保证业务的幂等性](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E5%A6%82%E4%BD%95%E4%BF%9D%E8%AF%81%E4%B8%9A%E5%8A%A1%E7%9A%84%E5%B9%82%E7%AD%89%E6%80%A7.md)\n- [布隆过滤器解决缓存穿透](https://github.com/daydreamdev/MeetingFilm/blob/master/note/%E5%B8%83%E9%9A%86%E8%BF%87%E6%BB%A4%E5%99%A8%E8%A7%A3%E5%86%B3%E7%BC%93%E5%AD%98%E7%A9%BF%E9%80%8F.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaydreamdev%2Fmeetingfilm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaydreamdev%2Fmeetingfilm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaydreamdev%2Fmeetingfilm/lists"}