{"id":16422610,"url":"https://github.com/magestacks/framework","last_synced_at":"2025-08-07T01:12:30.164Z","repository":{"id":164426286,"uuid":"448322930","full_name":"magestacks/framework","owner":"magestacks","description":"📌  企业级微服务应用架构实践，致力于解决微服务架构中的疑难杂症。包括不限于源码解析、蓝绿发布、灰度发布、全链路影子库、分布式链路追踪、异地多活等。如果觉得有用，不妨关注一下。","archived":false,"fork":false,"pushed_at":"2022-06-10T04:06:58.000Z","size":113,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T13:44:36.664Z","etag":null,"topics":["release","shadow","trace"],"latest_commit_sha":null,"homepage":"","language":"Markdown","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/magestacks.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-15T15:58:26.000Z","updated_at":"2023-08-31T06:08:51.000Z","dependencies_parsed_at":"2024-06-17T09:00:24.428Z","dependency_job_id":null,"html_url":"https://github.com/magestacks/framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/magestacks/framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magestacks%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magestacks%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magestacks%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magestacks%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magestacks","download_url":"https://codeload.github.com/magestacks/framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magestacks%2Fframework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269181690,"owners_count":24373992,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["release","shadow","trace"],"created_at":"2024-10-11T07:37:07.238Z","updated_at":"2025-08-07T01:12:30.119Z","avatar_url":"https://github.com/magestacks.png","language":"Markdown","funding_links":[],"categories":[],"sub_categories":[],"readme":"[👉 《小马哥的代码实战课》官方知识星球来啦！！！](https://xiaomage.info/knowledge-planet/)\n\n如果大家想要实时关注 Framework 最新动态以及干货分享的话，可以关注我的公众号：**龙台的技术笔记**\n\n![](https://github.com/acmenlt/framework/blob/main/images/公众号.png)\n\n## 场景问题\n\n1. [Snowflake（雪花算法），生产环境生成重复ID](https://github.com/acmenlt/framework/blob/main/docs/scene/Snowflake（雪花算法），生产环境生成重复ID.md)\n2. [线上问题复盘，异常信息消失的罪魁祸首JVM-Fast-Throw](https://github.com/acmenlt/framework/blob/main/docs/scene/线上问题复盘，异常信息消失的罪魁祸首JVM-Fast-Throw.md)\n3. [MySQL单表千万数据量，如何深分页优化？](https://github.com/acmenlt/framework/blob/main/docs/scene/MySQL单表千万数据量如何深分页优化.md)\n4. [如何保证使用MyBatis，查询千万数据量不发生内存溢出？](https://github.com/acmenlt/framework/blob/main/docs/scene/如何保证使用MyBatis，查询千万数据量不发生内存溢出？.md)\n\n## JVM\n\n1. [如果线上遇到了OOM，该如何解决？](https://github.com/acmenlt/framework/blob/main/docs/jvm/如果线上遇到了OOM，该如何解决？.md)\n\n## 设计模式\n\n1. [春节期间，我用责任链模式重构了业务代码](https://github.com/acmenlt/framework/blob/main/docs/design/春节期间，我用责任链模式重构了业务代码.md)\n2. [Spring、Guava框架如何设计观察者模式？](https://github.com/acmenlt/framework/blob/main/docs/design/Spring、Guava框架如何设计观察者模式？.md)\n3. [摊牌了！策略模式在项目设计中用的最多](https://github.com/acmenlt/framework/blob/main/docs/design/摊牌了！策略模式在项目设计中用的最多.md)\n4. [火遍全网的Hutool，如何使用Builder模式创建线程池？](https://github.com/acmenlt/framework/blob/main/docs/design/火遍全网的Hutool，如何使用Builder模式创建线程池.md)\n5. [某厂面试：如何优雅使用SPI机制？](https://github.com/acmenlt/framework/blob/main/docs/design/某厂面试：如何优雅使用SPI机制.md)\n6. [图解设计模式：身份认证场景的应用](https://github.com/acmenlt/framework/blob/main/docs/design/图解设计模式：身份认证场景的应用.md)\n\n## 影子库压测\n\nTODO\n\n## 蓝绿发布\n\nTODO\n\n## 灰度发布\n\nTODO\n\n## 分布式链路追踪\n\nTODO\n\n## 异地多活\n\nTODO\n\n## 分布式事务\n\n1. [彻底掌握分布式事务2PC、3PC模型](https://github.com/acmenlt/framework/blob/main/docs/distributed/彻底掌握分布式事务2PC、3PC模型.md)\n\n## 源码篇\n\n### SpringCloud\n\n1. [花一个周末，掌握OpenFeign核心原理](https://github.com/acmenlt/framework/blob/main/docs/sourcecode/花一个周末，掌握OpenFeign核心原理.md)\n2. [花一个周末，掌握SpringCloud-Ribbon核心原理](https://github.com/acmenlt/framework/blob/main/docs/sourcecode/花一个周末，掌握SpringCloud-Ribbon核心原理.md)\n\n### Mybatis\n\n1. [心态崩了呀！Mybatis 动态代理这么玩？！](https://github.com/acmenlt/framework/blob/main/docs/sourcecode/心态崩了呀！Mybatis动态代理这么玩？！.md)\n2. [Mybatis核心架构设计分享](https://github.com/acmenlt/framework/blob/main/docs/sourcecode/Mybatis核心架构设计分享.md)\n\n\n## 读书笔记\n\n1. [《高效阅读法》本田直之](https://github.com/acmenlt/framework/blob/main/docs/booknote/高效阅读法.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagestacks%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagestacks%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagestacks%2Fframework/lists"}