{"id":14973017,"url":"https://github.com/docshome/springboot","last_synced_at":"2025-04-08T16:06:57.652Z","repository":{"id":40763506,"uuid":"116283020","full_name":"DocsHome/springboot","owner":"DocsHome","description":"Spring Boot chinese document. Spring Boot 2.1.5 中文文档","archived":false,"fork":false,"pushed_at":"2024-07-15T05:00:48.000Z","size":446,"stargazers_count":961,"open_issues_count":5,"forks_count":333,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-08T16:06:52.183Z","etag":null,"topics":["chinese","chinese-translation","document","spring","springboot","springboot2","springframework","translation"],"latest_commit_sha":null,"homepage":"","language":null,"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/DocsHome.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}},"created_at":"2018-01-04T16:34:45.000Z","updated_at":"2025-03-24T08:48:05.000Z","dependencies_parsed_at":"2024-11-28T20:03:49.082Z","dependency_job_id":"36e3486c-85e7-4a0d-beef-b0ee6464cefc","html_url":"https://github.com/DocsHome/springboot","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.2682926829268293,"last_synced_commit":"1fc0903d4e004d220d98200e6639873da55f439d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocsHome%2Fspringboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocsHome%2Fspringboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocsHome%2Fspringboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DocsHome%2Fspringboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DocsHome","download_url":"https://codeload.github.com/DocsHome/springboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247878022,"owners_count":21011158,"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":["chinese","chinese-translation","document","spring","springboot","springboot2","springframework","translation"],"created_at":"2024-09-24T13:47:56.909Z","updated_at":"2025-04-08T16:06:57.625Z","avatar_url":"https://github.com/DocsHome.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://spring.io/img/homepage/icon-spring-boot.svg\" alt=\"Spring Boot\"\u003e\n    \u003ch1\u003eSpring Boot 中文文档\u003c/h1\u003e\n\u003c/div\u003e \n\n使用 Spring Boot，您只需极少的配置就能轻松构建出一个独立、基于 Spring 的生产级应用程序。\n\n该项目为 Spring Boot 文档翻译项目，由本人个人发起，利用业余时间基于 [Spring Boot 2.1.5](https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/htmlsingle) 的官方文档进行翻译。\n\n\u003e 由于翻译工作启动时是参照 1.5.x 文档进行翻译，现在转向 2.1.5 文档，前期的内容可能比较旧，之后会慢慢更新内容。翻译顺序不会按照官网文档目录顺序，优先翻译常用的技术内容。\n\n## 阅读方式\n\n[Github](https://github.com/DocsHome/springboot/blob/master/SUMMARY.md) | [Gitbook](https://www.gitbook.com/book/docshome/springboot)\n\n## 安装\n\n本项目使用 [GitBook](https://www.gitbook.com) 生成文档，如果您想在本地运行项目，请先安装 GitBook。\n\n安装 GitBook 命令行工具（请确保您已经安装了 [Node.js](https://nodejs.org) 和 npm）。\n\n```bash\nnpm install gitbook-cli -g\n```\n\n进入项目根目录，执行以下命令安装 gitbook 依赖：\n\n```bash\ngitbook install\n```\n\n启动本地服务器在线浏览\n\n```bash\ngitbook serve\n```\n\n生成 HTML，生成的文件位于 `_book` 目录下。\n\n```\ngitbook build\n```\n\n更多文档操作，请参照 GitBook 命令。\n\n## 项目状态\n\n\u003e 由于是个人翻译，因此文档翻译的时限不定，根据个人业余时间调整。\n\n| 章节 | 进度 |\n| --- | --- |\n| [一、Spring Boot 文档](pages/boot-documentation.md#boot-documentation) | 100% |\n| [二、入门](pages/getting-started.md) | 100% |\n| [三、使用 Spring Boot](pages/using-spring-boot.md) | 100% |\n| [四、Spring Boot 特性](pages/spring-boot-features.md#boot-features) | 98% (缺少章节： **45、测试**)|\n| [五、Spring Boot Actuator: 生产就绪功能](pages/production-ready.md#production-ready) | 100% |\n| [六、部署 Spring Boot 应用程序](deployment.md) | 1% |\n| 七、Spring Boot CLI | 0% |\n| 八、构建工具插件 | 0% |\n| 九、How-to 指南 | 0% |\n| 十、附录 | 0% |\n\n## License\n\n![](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)\n\n本作品采用[知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-sa/4.0/)进行许可。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocshome%2Fspringboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocshome%2Fspringboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocshome%2Fspringboot/lists"}