{"id":14969305,"url":"https://github.com/codelytv/java-ddd-example","last_synced_at":"2025-04-04T07:08:47.400Z","repository":{"id":41207571,"uuid":"203359278","full_name":"CodelyTV/java-ddd-example","owner":"CodelyTV","description":"♨️ DDD in Java skeleton \u0026 examples. Course:","archived":false,"fork":false,"pushed_at":"2024-08-17T09:22:24.000Z","size":551,"stargazers_count":449,"open_issues_count":18,"forks_count":205,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-04-04T07:08:41.875Z","etag":null,"topics":["codely","codelytv","cqrs","cucumber","cucumber-java","ddd","ddd-architecture","ddd-cqrs","ddd-example","gradle","hexagon","java","java-skeleton","junit","rabbitmq"],"latest_commit_sha":null,"homepage":"https://pro.codely.tv/library/ddd-en-java/about/","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/CodelyTV.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":"2019-08-20T11:07:25.000Z","updated_at":"2025-04-04T03:03:39.000Z","dependencies_parsed_at":"2024-01-16T15:40:27.965Z","dependency_job_id":"d6b1e97a-ae08-4de6-837b-5286f49f6ab4","html_url":"https://github.com/CodelyTV/java-ddd-example","commit_stats":{"total_commits":112,"total_committers":8,"mean_commits":14.0,"dds":0.1339285714285714,"last_synced_commit":"3a58e3294da6230472e2c6337417a9e6f796d46b"},"previous_names":["codelytv/java-ddd-example","codelytv/java-ddd-skeleton"],"tags_count":0,"template":true,"template_full_name":"CodelyTV/java-basic-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-ddd-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-ddd-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-ddd-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-ddd-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodelyTV","download_url":"https://codeload.github.com/CodelyTV/java-ddd-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135144,"owners_count":20889421,"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":["codely","codelytv","cqrs","cucumber","cucumber-java","ddd","ddd-architecture","ddd-cqrs","ddd-example","gradle","hexagon","java","java-skeleton","junit","rabbitmq"],"created_at":"2024-09-24T13:41:34.281Z","updated_at":"2025-04-04T07:08:47.378Z","avatar_url":"https://github.com/CodelyTV.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codely.com\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://codely.com/logo/codely_logo-dark.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://codely.com/logo/codely_logo-light.svg\"\u003e\n      \u003cimg alt=\"Codely logo\" src=\"https://codely.com/logo/codely_logo.svg\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  ☕🚀 Java DDD example: Save the boilerplate in your new projects\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/CodelyTV\"\u003e\u003cimg src=\"https://img.shields.io/badge/Codely-OS-green.svg?style=flat-square\" alt=\"Codely Open Source projects\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://pro.codely.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/Codely-Pro-black.svg?style=flat-square\" alt=\"Codely Pro courses\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/CodelyTV/java-ddd-example/actions\"\u003e\u003cimg src=\"https://github.com/CodelyTV/java-ddd-example/workflows/CI/badge.svg\" alt=\"CI pipeline status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e ⚡ Start your Java projects as fast as possible\n\n## ℹ️ Introduction\n\nThis is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.\n\nHere you have the [course on CodelyTV Pro where we explain step by step all this](https://pro.codely.tv/library/ddd-en-java/about/?utm_source=github\u0026utm_medium=social\u0026utm_campaign=readme) (Spanish)\n\n## 🏁 How To Start\n\n1. Install Java 11: `brew cask install corretto`\n2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'`\n3. Clone this repository: `git clone https://github.com/CodelyTV/java-ddd-example`.\n4. Bring up the Docker environment: `make up`.\n5. Execute some [Gradle lifecycle tasks](https://docs.gradle.org/current/userguide/java_plugin.html#lifecycle_tasks) in order to check everything is OK:\n    1. Create [the project JAR](https://docs.gradle.org/current/userguide/java_plugin.html#sec:jar): `make build`\n    2. Run the tests and plugins verification tasks: `make test`\n6. Start developing!\n\n## ☝️ How to update dependencies\n\n* Gradle ([releases](https://gradle.org/releases/)): `./gradlew wrapper --gradle-version=WANTED_VERSION --distribution-type=bin`\n\n## 💡 Related repositories\n\n### ☕ Java\n\n* 📂 [Java Basic example](https://github.com/CodelyTV/java-basic-example)\n* ⚛ [Java OOP Examples](https://github.com/CodelyTV/java-oop-examples)\n* 🧱 [Java SOLID Examples](https://github.com/CodelyTV/java-solid-examples)\n* 🥦 [Java DDD Example](https://github.com/CodelyTV/java-ddd-example)\n\n### 🐘 PHP\n\n* 📂 [PHP Basic example](https://github.com/CodelyTV/php-basic-example)\n* 🎩 [PHP DDD example](https://github.com/CodelyTV/php-ddd-example)\n* 🥦 [PHP DDD Example](https://github.com/CodelyTV/php-ddd-example)\n\n### 🧬 Scala\n\n* 📂 [Scala Basic example](https://github.com/CodelyTV/scala-basic-example)\n* ⚡ [Scala Basic example (g8 template)](https://github.com/CodelyTV/scala-basic-example.g8)\n* ⚛ [Scala Examples](https://github.com/CodelyTV/scala-examples)\n* 🥦 [Scala DDD Example](https://github.com/CodelyTV/scala-ddd-example)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Fjava-ddd-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelytv%2Fjava-ddd-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Fjava-ddd-example/lists"}