{"id":19560455,"url":"https://github.com/codelytv/java-basic-skeleton","last_synced_at":"2025-07-31T13:15:11.194Z","repository":{"id":32537893,"uuid":"135669182","full_name":"CodelyTV/java-basic-skeleton","owner":"CodelyTV","description":"☕🚀 Java Bootstrap: Skeleton for your new projects","archived":false,"fork":false,"pushed_at":"2024-08-06T10:07:45.000Z","size":235,"stargazers_count":54,"open_issues_count":0,"forks_count":40,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T12:03:09.492Z","etag":null,"topics":["bootstrap","codely","codelytv","example","example-project","gradle","java","java-8","junit5","kata"],"latest_commit_sha":null,"homepage":"https://codely.tv","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":"2018-06-01T04:54:46.000Z","updated_at":"2025-03-16T10:25:11.000Z","dependencies_parsed_at":"2024-05-10T10:46:48.687Z","dependency_job_id":"d9a46baa-4b23-4edf-bf6c-fe26999303d4","html_url":"https://github.com/CodelyTV/java-basic-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-basic-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-basic-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-basic-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Fjava-basic-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodelyTV","download_url":"https://codeload.github.com/CodelyTV/java-basic-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981263,"owners_count":21193145,"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":["bootstrap","codely","codelytv","example","example-project","gradle","java","java-8","junit5","kata"],"created_at":"2024-11-11T05:07:35.647Z","updated_at":"2025-04-15T00:02:00.034Z","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 Basic Skeleton: 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-basic-skeleton/actions\"\u003e\u003cimg src=\"https://github.com/CodelyTV/java-basic-skeleton/workflows/Main%20Workflow/badge.svg\" alt=\"Workflow Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\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\n## 🏁 How To Start\n\n1. Install Java: `brew install corretto` or download it [here](https://docs.aws.amazon.com/corretto/)\n2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-$JAVA_VERSION$.jdk/Contents/Home'`\n3. Clone this repository: `git clone https://github.com/CodelyTV/java-basic-skeleton`.\n4. 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`\n5. Start developing!\n\n## ☝️ How to update dependencies\n\n* Gradle (current version: 8.9 - [releases](https://gradle.org/releases/)):\n`./gradlew wrapper --gradle-version=8.9 --distribution-type=bin` or modifying the [gradle-wrapper.properties](gradle/wrapper/gradle-wrapper.properties#L3)\n* JUnit (current version: 5.8.2 - [releases](https://junit.org/junit5/docs/snapshot/release-notes/index.html)): [`build.gradle:14`](build.gradle#L14-L15)\n\n## 💡 Related repositories\n\n### ☕ Java\n\n* 📂 [Java Basic Skeleton](https://github.com/CodelyTV/java-basic-skeleton)\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 Skeleton](https://github.com/CodelyTV/php-basic-skeleton)\n* 🎩 [PHP DDD Skeleton](https://github.com/CodelyTV/php-ddd-skeleton)\n* 🥦 [PHP DDD Example](https://github.com/CodelyTV/php-ddd-example)\n\n### 🧬 Scala\n\n* 📂 [Scala Basic Skeleton](https://github.com/CodelyTV/scala-basic-skeleton)\n* ⚡ [Scala Basic Skeleton (g8 template)](https://github.com/CodelyTV/scala-basic-skeleton.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-basic-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelytv%2Fjava-basic-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Fjava-basic-skeleton/lists"}