{"id":17337190,"url":"https://github.com/zxypro1/start-springboot-v3-t9n9","last_synced_at":"2025-07-03T03:05:30.959Z","repository":{"id":225072478,"uuid":"761696241","full_name":"zxypro1/start-springboot-v3-t9n9","owner":"zxypro1","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-23T02:41:05.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T08:11:20.362Z","etag":null,"topics":[],"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/zxypro1.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}},"created_at":"2024-02-22T10:13:05.000Z","updated_at":"2024-02-29T03:20:02.000Z","dependencies_parsed_at":"2024-02-29T05:37:12.333Z","dependency_job_id":null,"html_url":"https://github.com/zxypro1/start-springboot-v3-t9n9","commit_stats":null,"previous_names":["zxypro1/start-springboot-v3-t9n9"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zxypro1/start-springboot-v3-t9n9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxypro1%2Fstart-springboot-v3-t9n9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxypro1%2Fstart-springboot-v3-t9n9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxypro1%2Fstart-springboot-v3-t9n9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxypro1%2Fstart-springboot-v3-t9n9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxypro1","download_url":"https://codeload.github.com/zxypro1/start-springboot-v3-t9n9/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxypro1%2Fstart-springboot-v3-t9n9/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263250604,"owners_count":23437288,"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":[],"created_at":"2024-10-15T15:34:20.387Z","updated_at":"2025-07-03T03:05:30.935Z","avatar_url":"https://github.com/zxypro1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e 注：当前项目为 Serverless Devs 应用，由于应用中会存在需要初始化才可运行的变量（例如应用部署地区、函数名等等），所以**不推荐**直接 Clone 本仓库到本地进行部署或直接复制 s.yaml 使用，**强烈推荐**通过 `s init ${模版名称}` 的方法或应用中心进行初始化，详情可参考[部署 \u0026 体验](#部署--体验) 。\n\n# start-springboot-v3 帮助文档\n\u003cp align=\"center\" class=\"flex justify-center\"\u003e\n    \u003ca href=\"https://www.serverless-devs.com\" class=\"ml-1\"\u003e\n    \u003cimg src=\"http://editor.devsapp.cn/icon?package=start-springboot-v3\u0026type=packageType\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://www.devsapp.cn/details.html?name=start-springboot-v3\" class=\"ml-1\"\u003e\n    \u003cimg src=\"http://editor.devsapp.cn/icon?package=start-springboot-v3\u0026type=packageVersion\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://www.devsapp.cn/details.html?name=start-springboot-v3\" class=\"ml-1\"\u003e\n    \u003cimg src=\"http://editor.devsapp.cn/icon?package=start-springboot-v3\u0026type=packageDownload\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdescription\u003e\n\nSpring Boot是由Pivotal团队提供的全新框架，其设计目的是用来简化新Spring应用的初始搭建以及开发过程\n\n\u003c/description\u003e\n\n\u003ccodeUrl\u003e\n\n- [:smiley_cat: 代码](https://github.com/devsapp/start-web-framework/tree/V3/web-framework/java/springboot/src)\n\n\u003c/codeUrl\u003e\n\u003cpreview\u003e\n\n\n\n\u003c/preview\u003e\n\n\n## 前期准备\n\n使用该项目，您需要有开通以下服务并拥有对应权限：\n\n\u003cservice\u003e\n\n\n\n| 服务/业务 |  权限  |\n| --- |  --- |\n| 函数计算 |  AliyunFCFullAccess |\n\n\u003c/service\u003e\n\n\u003cremark\u003e\n\n\n\n\u003c/remark\u003e\n\n\u003cdisclaimers\u003e\n\n\n\n\u003c/disclaimers\u003e\n\n## 部署 \u0026 体验\n\n\u003cappcenter\u003e\n   \n- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=start-springboot-v3) ，\n  [![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-springboot-v3) 该应用。\n   \n\u003c/appcenter\u003e\n\u003cdeploy\u003e\n    \n- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署：\n  - [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ，并进行[授权信息配置](https://docs.serverless-devs.com/fc/config) ；\n  - 初始化项目：`s init start-springboot-v3 -d start-springboot-v3`\n  - 进入项目，并进行项目部署：`cd start-springboot-v3 \u0026\u0026 s deploy -y`\n   \n\u003c/deploy\u003e\n\n## 应用详情\n\n\u003cappdetail id=\"flushContent\"\u003e\n\n本项目是将 Springboot 项目部署到阿里云 Serverless 平台（函数计算 FC）。\n\n通过 Serverless Devs 开发者工具，您只需要几步，就可以体验 Serverless 架构，带来的降本提效的技术红利。\n\n部署完成之后，您可以看到系统返回给您的案例地址，例如：\n\n![图片alt](https://img.alicdn.com/imgextra/i2/O1CN01DMr08p1Os7yU07ky9_!!6000000001760-0-tps-1126-324.jpg)\n\n此时，打开案例地址，就可以进入 Springboot 项目首页：\n\n![图片alt](https://img.alicdn.com/imgextra/i4/O1CN01xaoDCw1PNjIy0sBA2_!!6000000001829-0-tps-1746-1318.jpg)\n\n\u003e 注意: 如果您这边部署的 Springboot 项目的 jar 包很大， 超过了函数计算最大的 500M 限制，可以参考[函数计算大代码包部署的实践](https://github.com/awesome-fc/fc-faq/blob/main/docs/%E5%A4%A7%E4%BB%A3%E7%A0%81%E5%8C%85%E9%83%A8%E7%BD%B2%E7%9A%84%E5%AE%9E%E8%B7%B5%E6%A1%88%E4%BE%8B.md)\n\n\u003c/appdetail\u003e\n\n## 使用文档\n\n\u003cusedetail id=\"flushContent\"\u003e\n\u003c/usedetail\u003e\n\n\n\u003cdevgroup\u003e\n\n\n## 开发者社区\n\n您如果有关于错误的反馈或者未来的期待，您可以在 [Serverless Devs repo Issues](https://github.com/serverless-devs/serverless-devs/issues) 中进行反馈和交流。如果您想要加入我们的讨论组或者了解 FC 组件的最新动态，您可以通过以下渠道进行：\n\n\u003cp align=\"center\"\u003e  \n\n| \u003cimg src=\"https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png\" width=\"130px\" \u003e | \u003cimg src=\"https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png\" width=\"130px\" \u003e | \u003cimg src=\"https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png\" width=\"130px\" \u003e |\n| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |\n| \u003ccenter\u003e微信公众号：`serverless`\u003c/center\u003e                                                                                         | \u003ccenter\u003e微信小助手：`xiaojiangwh`\u003c/center\u003e                                                                                        | \u003ccenter\u003e钉钉交流群：`33947367`\u003c/center\u003e                                                                                           |\n\u003c/p\u003e\n\u003c/devgroup\u003e\n\n\u003ctestEvent\u003e\n\u003c/testEvent\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxypro1%2Fstart-springboot-v3-t9n9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxypro1%2Fstart-springboot-v3-t9n9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxypro1%2Fstart-springboot-v3-t9n9/lists"}