java-basic-skeleton
java-basic-skeleton copied to clipboard
âđ Java Bootstrap: Skeleton for your new projects
âđ Java Basic Skeleton: Save the boilerplate in your new projects
⥠Start your Java projects as fast as possible
âšī¸ Introduction
This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.
đ How To Start
- Install Java 17:
brew install correttoor download it here - Set it as your default JVM:
export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home' - Clone this repository:
git clone https://github.com/CodelyTV/java-basic-skeleton. - Execute some Gradle lifecycle tasks in order to check everything is OK:
- Create the project JAR:
make build - Run the tests and plugins verification tasks:
make test
- Create the project JAR:
- Start developing!
âī¸ How to update dependencies
- Gradle (current version: 5.6 - releases):
./gradlew wrapper --gradle-version=5.6 --distribution-type=binor modifying the gradle-wrapper.properties - JUnit (current version: 5.5.1 - releases):
build.gradle:11
đĄ Related repositories
â Java
- đ Java Basic Skeleton
- â Java OOP Examples
- đ§ą Java SOLID Examples
- đĨĻ Java DDD Example
đ PHP
- đ PHP Basic Skeleton
- đŠ PHP DDD Skeleton
- đĨĻ PHP DDD Example