GitHub - hramirezq/ddd-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
โ๐ Java DDD 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.
Here you have the course on CodelyTV Pro where we explain step by step all this (Spanish)
๐ How To Start
- Install Java 11:
brew cask install corretto - Set it as your default JVM:
export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home' - Clone this repository:
git clone https://github.com/CodelyTV/java-ddd-skeleton. - Bring up the Docker environment:
make up. - 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 (releases):
./gradlew wrapper --gradle-version=WANTED_VERSION --distribution-type=bin
๐ก 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
๐งฌ Scala
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Languages
- Java 94.4%
- FreeMarker 5.0%
- Other 0.6%
Generated from CodelyTV/java-ddd-example
