{"id":16513874,"url":"https://github.com/thainguyencoffee/implement-ddd-spring-boot","last_synced_at":"2025-05-05T17:31:40.907Z","repository":{"id":254631810,"uuid":"846503431","full_name":"thainguyencoffee/implement-ddd-spring-boot","owner":"thainguyencoffee","description":"Implement DDD and Hexagonal architecture with Spring","archived":false,"fork":false,"pushed_at":"2024-09-17T15:01:17.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T16:11:17.922Z","etag":null,"topics":["clean-architecture","ddd","hexagonal"],"latest_commit_sha":null,"homepage":"","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/thainguyencoffee.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":"2024-08-23T10:53:39.000Z","updated_at":"2024-09-17T15:01:20.000Z","dependencies_parsed_at":"2024-08-24T22:33:04.155Z","dependency_job_id":"fb211629-f775-4e55-88a7-dfe4eaa7cc27","html_url":"https://github.com/thainguyencoffee/implement-ddd-spring-boot","commit_stats":null,"previous_names":["thainguyencoffee/ddd-library","thainguyencoffee/implement-ddd-spring-boot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thainguyencoffee%2Fimplement-ddd-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thainguyencoffee%2Fimplement-ddd-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thainguyencoffee%2Fimplement-ddd-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thainguyencoffee%2Fimplement-ddd-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thainguyencoffee","download_url":"https://codeload.github.com/thainguyencoffee/implement-ddd-spring-boot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224456943,"owners_count":17314387,"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":["clean-architecture","ddd","hexagonal"],"created_at":"2024-10-11T16:10:37.095Z","updated_at":"2024-11-13T13:37:43.388Z","avatar_url":"https://github.com/thainguyencoffee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implement DDD Spring Boot\n\n[![Java CI with Gradle](https://github.com/thainguyencoffee/implement-ddd-spring-boot/actions/workflows/build.yaml/badge.svg)](https://github.com/thainguyencoffee/implement-ddd-spring-boot/actions/workflows/build.yaml)\n\n\n## Project description\n\nThe project uses:\n\n* [Official Gradle documentation](https://docs.gradle.org)\n* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3.3/gradle-plugin)\n* [Create an OCI image](https://docs.spring.io/spring-boot/3.3.3/gradle-plugin/packaging-oci-image.html)\n* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data)\n* [Validation](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#io.validation)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/3.3.3/reference/htmlsingle/index.html#web)\n* [Spring Modulith](http://github.com/spring-projects/spring-modulith)\n* [jMolecules](https://github.com/xmolecules/jmolecules)\n\n### Spring Data JPA\n\nThe Spring Data repository mechanism is used to reduce the effort to implement persistence for the domain objects to the\ndeclaration of an interface per aggregate root\n\n### Spring Modulith\n\nSpring Modulith supports modular architecture in monoliths. It treats each root-level package as a separate module with\ntop-level public members exposed as API and all other code protected as module-internal (unless explicitly specified\notherwise). Through tests, it verifies compliance to modular architecture rules and also generates documentation for\narchitecturally relevant components of the system. See `ModularityTests` and also `build/spring-modulith-docs/`, once\nthe test has been executed.\n\n### How to deploy to Heroku\n1. Login to heroku\n```bash\nheroku login -i\n```\n\n2. Create app \n```bash\nheroku create\n```\n\n3. Initial git repository\n```bash\ngit init\n```\n\n```bash\ngit remote add heroku \u003cgit repo\u003e\n```\n\n```bash\ngit add .\n```\n\n\n```bash\ngit commit -m \"initial commit\"\n```\n\n```bash\ngit push heroku main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthainguyencoffee%2Fimplement-ddd-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthainguyencoffee%2Fimplement-ddd-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthainguyencoffee%2Fimplement-ddd-spring-boot/lists"}