{"id":13755882,"url":"https://github.com/dddplus/dddplus","last_synced_at":"2025-04-04T23:08:08.151Z","repository":{"id":45133448,"uuid":"303239246","full_name":"dddplus/dddplus","owner":"dddplus","description":"🔥  A lightweight DDD(Domain Driven Design) Enhancement Framework for complex business architecture！轻量级DDD增强框架！","archived":false,"fork":false,"pushed_at":"2023-09-06T09:32:57.000Z","size":9469,"stargazers_count":309,"open_issues_count":4,"forks_count":103,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-28T22:13:24.566Z","etag":null,"topics":["business-architecture","complex-business-architecture","ddd","ddd-architecture","dddplus","domain-driven-development","enterprise-architecture","extension","framework","java","productivity-tools","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://github.com/funkygao/cp-ddd-framework","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/dddplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-12T00:33:05.000Z","updated_at":"2025-03-21T01:05:04.000Z","dependencies_parsed_at":"2022-08-12T11:41:03.581Z","dependency_job_id":"add78a23-0854-4e8a-a338-4743c0b1e6eb","html_url":"https://github.com/dddplus/dddplus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddplus%2Fdddplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddplus%2Fdddplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddplus%2Fdddplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dddplus%2Fdddplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dddplus","download_url":"https://codeload.github.com/dddplus/dddplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261604,"owners_count":20910108,"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":["business-architecture","complex-business-architecture","ddd","ddd-architecture","dddplus","domain-driven-development","enterprise-architecture","extension","framework","java","productivity-tools","reverse-engineering"],"created_at":"2024-08-03T11:00:32.156Z","updated_at":"2025-04-04T23:08:08.128Z","avatar_url":"https://github.com/dddplus.png","language":"Java","readme":"\u003ch1 align=\"center\"\u003eDDDplus\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nA lightweight DDD(Domain Driven Design) enhancement framework for forward/reverse business modeling, supporting complex system architecture evolution!\n\n[![CI](https://github.com/funkygao/cp-ddd-framework/workflows/CI/badge.svg?branch=master)](https://github.com/funkygao/cp-ddd-framework/actions?query=branch%3Amaster+workflow%3ACI)\n[![Javadoc](https://img.shields.io/badge/javadoc-Reference-blue.svg)](https://funkygao.github.io/cp-ddd-framework/doc/apidocs/)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.dddplus/dddplus.svg?label=Maven%20Central)](https://central.sonatype.com/namespace/io.github.dddplus)\n![Requirement](https://img.shields.io/badge/JDK-8+-blue.svg)\n[![Coverage Status](https://img.shields.io/codecov/c/github/funkygao/cp-ddd-framework.svg)](https://codecov.io/gh/funkygao/cp-ddd-framework)\n[![Mentioned in Awesome DDD](https://awesome.re/mentioned-badge.svg)](https://github.com/heynickc/awesome-ddd#jvm)\n[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/cp-ddd-framework/community)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nLanguages： English | [中文](README.zh-cn.md)\n\u003c/div\u003e\n\n----\n\n## What is DDDplus?\n\nDDDplus, formerly named cp-ddd-framework(cp means Central Platform：中台), is a lightweight DDD(Domain Driven Design) enhancement framework for forward/reverse business modeling, supporting complex system architecture evolution!\n\n\u003eIt captures DDD missing concepts and patches the building block. It empowers building domain model with forward and reverse modeling. It visualizes the complete domain knowledge from code. It connects frontline developers with (architect, product manager, business stakeholder, management team). It makes (analysis, design, design review, implementation, code review, test) a positive feedback closed-loop. It strengthens building extension oriented flexible software solution. It eliminates frequently encountered misunderstanding of DDD via thorough javadoc for each building block with detailed example.\n\nIn short, the 3 most essential `plus` are:\n1. [patch](/dddplus-spec/src/main/java/io/github/dddplus/model) DDD building blocks for pragmatic forward modeling, clearing obstacles of DDD implementation\n2. offer a reverse modeling [DSL](/dddplus-spec/src/main/java/io/github/dddplus/dsl), visualizing complete domain knowledge from code\n3. provide [extension point](/dddplus-spec/src/main/java/io/github/dddplus/ext) with multiple routing mechanism, suited for complex business scenarios\n\n## Current status\n\nUsed for several complex critical central platform projects in production environment.\n\n## Showcase\n\n[A full demo of DDDplus forward/reverse modeling -\u003e](dddplus-test/src/test/java/ddd/plus/showcase/README.md)\n\n## Quickstart\n\n### Forward modeling\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.dddplus\u003c/groupId\u003e\n    \u003cartifactId\u003edddplus-runtime\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\n#### Integration with SpringBoot\n\n```java\n@SpringBootApplication(scanBasePackages = {\"${your base packages}\", \"io.github.dddplus\"})\npublic class Application {\n    public static void main(String[] args) {\n        SpringApplication.run(Application.class);\n    }\n}\n```\n\n### Reverse Modeling\n\nPlease check out the [《step by step guide》](doc/ReverseModelingGuide.md).\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.dddplus\u003c/groupId\u003e\n    \u003cartifactId\u003edddplus-spec\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\nAnnotate your code With [DSL](/dddplus-spec/src/main/java/io/github/dddplus/dsl), DDDplus will parse AST and render domain model in multiple views.\n\n```bash\nmvn io.github.dddplus:dddplus-maven-plugin:model \\\n    -DrootDir=${colon separated source code dirs} \\\n    -DplantUml=${target business model in svg format} \\\n    -DtextModel=${target business model in txt format}\n```\n\n### Architecture Guard\n\n```bash\nmvn io.github.dddplus:dddplus-maven-plugin:enforce \\\n    -DrootPackage={your pkg} \\\n    -DrootDir={your src dir}\n```\n\n## Known Issues\n\n- reverse modeling assumes unique class names within a code repo\n\n## Contribution\n\nYou are welcome to contribute to the project with pull requests on GitHub.\n\nIf you find a bug or want to request a feature, please use the [Issue Tracker](https://github.com/funkygao/cp-ddd-framework/issues).\n\nFor any question, you can use [Gitter Chat](https://gitter.im/cp-ddd-framework/community) to ask.\n\n## Licensing\n\nDDDplus is licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this project except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","funding_links":[],"categories":["框架"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdddplus%2Fdddplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdddplus%2Fdddplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdddplus%2Fdddplus/lists"}