{"id":15347486,"url":"https://github.com/jaredtan95/microservice-study-samples","last_synced_at":"2026-03-03T16:45:37.288Z","repository":{"id":103523247,"uuid":"102202274","full_name":"JaredTan95/MicroService-Study-Samples","owner":"JaredTan95","description":"微服务(Microservices)架构以及云原生应用(Cloud-Native)学习示例，主要涉及技术Spring Cloud、Docker等技术。","archived":false,"fork":false,"pushed_at":"2023-07-18T20:51:44.000Z","size":102,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T09:39:47.204Z","etag":null,"topics":["microservice","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JaredTan95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-09-02T14:31:14.000Z","updated_at":"2019-05-26T09:30:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"0aa3576c-7f96-4e2e-9987-9e24cfa59feb","html_url":"https://github.com/JaredTan95/MicroService-Study-Samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaredTan95/MicroService-Study-Samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredTan95%2FMicroService-Study-Samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredTan95%2FMicroService-Study-Samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredTan95%2FMicroService-Study-Samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredTan95%2FMicroService-Study-Samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaredTan95","download_url":"https://codeload.github.com/JaredTan95/MicroService-Study-Samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaredTan95%2FMicroService-Study-Samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["microservice","spring-boot","spring-cloud"],"created_at":"2024-10-01T11:34:09.845Z","updated_at":"2026-03-03T16:45:37.276Z","avatar_url":"https://github.com/JaredTan95.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroService-Study-Samples\n\u003e微服务(Microservices)架构以及云原生应用(Cloud-Native)学习示例，主要涉及Spring Cloud、Docker等技术。\u003cbr/\u003e\n相关项目TMCloud:https://github.com/JaredTan95/TMCloud\n\n## 云原生应用(Cloud-Native)介绍：\n\u003cdiv  align=\"center\"\u003e    \n \u003cimg src=\"http://oosk9q3p6.bkt.clouddn.com/lab_contrast.png\" width = \"300\" height = \"300\" alt=\"云原生\" align=center /\u003e\n \u003ch4\u003e云原生黄金三角\u003c/h4\u003e\n\u003c/div\u003e\n\n\u003e 云原生包含了一组应用的模式，用于帮助企业快速，持续，可靠，规模化地交付业务软件。\n云原生由以下几个部分组成：微服务架构，DevOps 和以容器为代表的敏捷基础架构。\n\n## 云原生相关介绍\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003e微服务架构\u003c/th\u003e\n        \u003cth\u003e容器\u003c/th\u003e\n        \u003cth\u003eDevOps\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e使用分而治之的方式，将一个复杂系统围绕着业务逻辑分解为一组微服务。微服务架构使得系统能够被快速迭代和扩展，满足了又快又好的业务要求。\u003c/td\u003e\n        \u003ctd\u003e容器相比标准的虚拟机更加高效。容器的交付标准化，帮助企业在业务应用开发、封装、测试、发布等方面形成标准，同时大大提高了运维的效率。\u003c/td\u003e\n        \u003ctd\u003eDevOps是一套实践方法，在保证高质量的前提下缩短系统变更从提交到部署至生产环境的时间，提高组织高速交付业务的能力。\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n## 对比\n\n 传统架构   |  微服务架构\n------------- | -------------\n\u003cimg align=\"center\" src=\"http://oosk9q3p6.bkt.clouddn.com/micro_contrast1.png\" style=\"width:700px;height:180px;\"/\u003e  | \u003cimg align=\"center\" src=\"http://oosk9q3p6.bkt.clouddn.com/micro_contrast2.png\" style=\"width:300px;height:300px;\"/\u003e \n传统单体应用架构庞大且难以扩展，不能满足互联网时代又快又好的需求。| 使用分而治之的方式，将一个复杂系统分解为一组微服务，微服务之间是松耦合的，每个微服务只关注于一个业务功能，可以由不同的独立团队开发，从而满足互联网时代又快又好的要求。\n\nref:ref:https://www.daocloud.io/labs\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredtan95%2Fmicroservice-study-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredtan95%2Fmicroservice-study-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredtan95%2Fmicroservice-study-samples/lists"}