{"id":13617379,"url":"https://github.com/yangfuhai/jboot","last_synced_at":"2025-05-14T10:11:45.480Z","repository":{"id":37286525,"uuid":"92236525","full_name":"yangfuhai/jboot","owner":"yangfuhai","description":"一个优雅的微服务框架，SpringCloud 之外的另一个选择，已经使用在用户量过亿的商业产品上，有超过1000家公司在使用Jboot做极速开发...","archived":false,"fork":false,"pushed_at":"2025-01-14T02:32:44.000Z","size":39435,"stargazers_count":728,"open_issues_count":13,"forks_count":251,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-04-05T02:01:38.649Z","etag":null,"topics":["activemq","ehcache","grpc","jboot","jfinal","metrics","motan","rabbitmq","redis","redismq","thrift","undertow"],"latest_commit_sha":null,"homepage":"http://www.jboot.com.cn","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/yangfuhai.png","metadata":{"files":{"readme":"README.md","changelog":"changes.txt","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":"2017-05-24T01:26:12.000Z","updated_at":"2025-04-04T10:34:45.000Z","dependencies_parsed_at":"2023-02-05T20:46:30.080Z","dependency_job_id":"6b749257-e539-492f-8e16-1b24caf39e8b","html_url":"https://github.com/yangfuhai/jboot","commit_stats":{"total_commits":4072,"total_committers":50,"mean_commits":81.44,"dds":0.03806483300589392,"last_synced_commit":"8f2bcbbc2891d67f8f6e50a848ca5db517522b2b"},"previous_names":[],"tags_count":284,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangfuhai%2Fjboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangfuhai%2Fjboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangfuhai%2Fjboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangfuhai%2Fjboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yangfuhai","download_url":"https://codeload.github.com/yangfuhai/jboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519168,"owners_count":21117756,"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":["activemq","ehcache","grpc","jboot","jfinal","metrics","motan","rabbitmq","redis","redismq","thrift","undertow"],"created_at":"2024-08-01T20:01:40.808Z","updated_at":"2025-04-12T04:41:02.634Z","avatar_url":"https://github.com/yangfuhai.png","language":"Java","readme":"![](./doc/docs/static/images/jboot-logo.png)\n\nJboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos 等开发的国产框架。\n\n其特点是：\n\n- 1、基于 JFinal 完整的 MVC + ORM 支持。\n- 2、支持多数据源、分库分表和分布式事务。\n- 3、支持 Dubbo RPC 的完整功能，有超过 1亿+ 用户产品正在使用。\n- 4、完整的单点限流和分布式限流功能\n- 5、支持基基于 Apollo 和 Nacos 的分布式配置中心\n- 6、完整的分布式缓存、分布式session、分布式附件支持\n- 7、内置功能强劲的门户网关\n- 8、完整的单元测试支持\n- 9、完善代码生成工具 和 API 文档生成工具\n- 10、Docker、K8S 友好\n\n\n## 开始\n\n**maven 依赖**\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.jboot\u003c/groupId\u003e\n    \u003cartifactId\u003ejboot\u003c/artifactId\u003e\n    \u003cversion\u003e4.1.9\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n**Hello World**\n\n```java\n@RequestMapping(\"/\")\npublic class Helloworld extends JbootController {\n\n    public void index(){\n        renderText(\"hello world\");\n    }\n\n    public static void main(String[] args){\n        JbootApplication.run(args);\n    }\n}\n```\n\n\n## 帮助文档\n\n- 文档请访问：[www.jboot.com.cn](http://www.jboot.com.cn)\n- Demos 请访问：[这里](./src/test/java/io/jboot/test)\n\n## 广告\n\n- 一个好用的在线代码格式化工具：[http://www.CodeFormat.CN](http://www.codeformat.cn)\n\n## 微信交流群\n\n![](./doc/docs/static/images/jboot-wechat-group.png)\n\n\n## JbootAdmin \n\nJbootAdmin 是 Jboot 官方推出的、收费的、企业级快速开发框架，真诚的为各位开发者提供一站式、保姆式的开发服务。\n关于 JbootAdmin 的更多的功能请咨询海哥（微信：wx198819880），或请访问以下网址：\n\n[http://jboot.io/jbootadmin/feature.html](http://jboot.io/jbootadmin/feature.html)\n\n\n![](./doc/jbootadmin/images/jbootadmin-demo.jpg)\n\n\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangfuhai%2Fjboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyangfuhai%2Fjboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangfuhai%2Fjboot/lists"}