{"id":40548455,"url":"https://github.com/lazycece/rapidf","last_synced_at":"2026-01-20T23:42:26.736Z","repository":{"id":57726092,"uuid":"420586038","full_name":"lazycece/rapidf","owner":"lazycece","description":"Rapid development framework，致力于将日常开发工作中业务低耦合相关代码抽取并形成可迁移的组件资产，以解决应用架构的规范性与易治理性","archived":false,"fork":false,"pushed_at":"2025-05-17T16:17:22.000Z","size":510,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T07:12:48.128Z","etag":null,"topics":["assert","auapi","cqrs","domain","domain-driven","domain-event","event-driven","exception","logger","response","restful","statemachine","utils","validation"],"latest_commit_sha":null,"homepage":"","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/lazycece.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,"zenodo":null}},"created_at":"2021-10-24T04:25:37.000Z","updated_at":"2025-06-23T06:38:19.000Z","dependencies_parsed_at":"2023-02-09T20:00:40.522Z","dependency_job_id":"37bd6d0a-3e68-425b-af98-56bb1c013b53","html_url":"https://github.com/lazycece/rapidf","commit_stats":{"total_commits":347,"total_committers":1,"mean_commits":347.0,"dds":0.0,"last_synced_commit":"85c778c5705c1d5ef5a44f85855872f99d826a90"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/lazycece/rapidf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycece%2Frapidf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycece%2Frapidf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycece%2Frapidf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycece%2Frapidf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazycece","download_url":"https://codeload.github.com/lazycece/rapidf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycece%2Frapidf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28618803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T22:24:05.405Z","status":"ssl_error","status_checked_at":"2026-01-20T22:20:31.342Z","response_time":117,"last_error":"SSL_read: 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":["assert","auapi","cqrs","domain","domain-driven","domain-event","event-driven","exception","logger","response","restful","statemachine","utils","validation"],"created_at":"2026-01-20T23:42:26.079Z","updated_at":"2026-01-20T23:42:26.731Z","avatar_url":"https://github.com/lazycece.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rapidf: Rapid Development Framework\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.lazycece.rapidf/rapidf-parent)](https://search.maven.org/search?q=rapidf)\n[![License](https://img.shields.io/badge/license-Apache--2.0-green)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/lazycece/rapidf/releases)\n\n[English](./README_en.md)\n\n## Rapidf 是做什么的？\n\nRapidf (`Rapi`d `D`evelopment `F`ramework ) 是一个快速开发框架，致力于将日常开发工作中业务低耦合相关代码抽取并形成可迁移的组件资产，以解决应用架构的规范性与易治理性。\n\nRapidf 目前有如下组件：\n\n- rapidf-arrange：用于规范应用业务逻辑的编排处理\n- rapidf-auapi：基于rapidf组件集成[AuApi](https://github.com/lazycece/au-api-spring-boot) 框架，开箱即用\n- rapidf-dispatcher：基于应用六边形架构思想，实现入站适配器框架，支持服务处理器和门面服务两种模式\n- rapidf-domain：从领域驱动的视角，定义领域相关的基本信息（模型、事件、状态机等等）\n- rapidf-logger：日志输出框架，可用于常规日志输出或日志监控\n- rapidf-restful：restful相关，如api协议、服务异常等等\n- rapidf-utils：沉淀可复用的工具类\n- rapidf-validation：hibernate-validation的扩展\n\n![component_architecture](./document/picture/component_architecture.png)\n\n\n## 环境依赖\n\nRapidf 环境依赖如下:\n\n|Rapidf|Java|Spring Boot|备注|\n|---|---|---| --- |\n|1.x|1.8+|2.x| 停止支持新功能 |\n|2.x|17+|3.x| 持续更新中|\n\n## 快速开始\n\n完整的示例可以看 [rapidf-samples](https://github.com/lazycece/rapidf/tree/main/rapidf-samples).\n\n### Maven 依赖\n```xml\n    \u003c!-- add sonatype repository when use SNAPSHOT version--\u003e\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003esonatype\u003c/id\u003e\n            \u003cname\u003esonatype\u003c/name\u003e\n            \u003curl\u003ehttps://s01.oss.sonatype.org/content/groups/public\u003c/url\u003e\n            \u003csnapshots\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/snapshots\u003e\n            \u003creleases\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/releases\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.lazycece.rapidf\u003c/groupId\u003e\n            \u003cartifactId\u003erapidf-dependencies\u003c/artifactId\u003e\n            \u003cversion\u003e${rapidf-dependencies.version}\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n```\n\n## License\n\n[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycece%2Frapidf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazycece%2Frapidf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycece%2Frapidf/lists"}