{"id":20789919,"url":"https://github.com/jaeyeonme/spring-boot-multi-module","last_synced_at":"2026-04-12T11:40:19.233Z","repository":{"id":177507631,"uuid":"660023660","full_name":"jaeyeonme/spring-boot-multi-module","owner":"jaeyeonme","description":"Spring Boot + Gradle Multi Module + Java 17 (template)","archived":false,"fork":false,"pushed_at":"2023-07-06T08:03:12.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T10:30:51.443Z","etag":null,"topics":["gradle","java","multi-module-project","spring-boot","template"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaeyeonme.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}},"created_at":"2023-06-29T04:37:19.000Z","updated_at":"2023-07-06T07:58:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ae7cdf3-8065-4ebc-874d-c4af682c40c8","html_url":"https://github.com/jaeyeonme/spring-boot-multi-module","commit_stats":null,"previous_names":["jaeyeonme/spring-boot-multi-module"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyeonme%2Fspring-boot-multi-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyeonme%2Fspring-boot-multi-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyeonme%2Fspring-boot-multi-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaeyeonme%2Fspring-boot-multi-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaeyeonme","download_url":"https://codeload.github.com/jaeyeonme/spring-boot-multi-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136274,"owners_count":20241988,"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":["gradle","java","multi-module-project","spring-boot","template"],"created_at":"2024-11-17T15:29:55.454Z","updated_at":"2025-12-25T11:26:02.684Z","avatar_url":"https://github.com/jaeyeonme.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Project Structure\n**Multi Modules Single Project**\n```\nroot (com.example)\n├── build.gradle\n└── settings.gradle\n└── module-api\n│   ├── build.gradle\n│   └── src\n│       └── main\n│           └── java\n│               └── com\n│                   └── example\n│                       └── moduleapi\n│                           └── ApiApplication.java (Spring Boot Application)\n└── module-common\n│   ├── build.gradle\n│   └── src\n│       └── main\n│           └── java\n│               └── com\n│                   └── example\n│                       └── modulecommon\n└── module-domain\n    ├── build.gradle\n    └── src\n        └── main\n            └── java\n                └── com\n                    └── example\n                        └── moduledomain\n```\n\n\u003cbr\u003e\n\n## Build the Project\n```bash\n./gradlew :module-api:build\n```\n\n\u003cbr\u003e\n\n## Modules\n- **module-api**: This moudle is reponsible for the API Server.\n- **module-domain**: This module is responsible for the domain logic\n- **module-common**: This moudle is responsible for common utilities and libraries.\n\n\u003cbr\u003e\n\n## Dependency Flow\n```lua\n+----------------+\n|  module-api    |\n|                |\n+----------------+\n        ^\n        |\n+-------------------+\n|  module-domain   |\n|                  |\n+-------------------+\n        ^\n        |\n+----------------+\n| module-common  |\n|                |\n+----------------+\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeyeonme%2Fspring-boot-multi-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaeyeonme%2Fspring-boot-multi-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaeyeonme%2Fspring-boot-multi-module/lists"}