The Wayback Machine - http://web.archive.org/web/20201227070437/https://github.com/CodelyTV/java-ddd-skeleton
Skip to content
master
Go to file
Code

Latest commit

Al intentar realizar test de aceptacion: CoursesCountergetControllerShould -  new CourseCreatedDomainEvent("8f34bc99-e0e2-4296-a008-75f51f03aeb4", "DDD en Java", "7 days"). Este caso peta porque una vez ha deserializado el "value" no queda ningun extra space.
Saludos
38383e4

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

🚀 Java DDD Skeleton: Save the boilerplate in your new projects

Start your Java projects as fast as possible

CodelyTV CI pipeline status

ℹ️ 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

  1. Install Java 11: brew cask install corretto
  2. Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home'
  3. Clone this repository: git clone https://github.com/CodelyTV/java-ddd-skeleton.
  4. Bring up the Docker environment: make up.
  5. Execute some Gradle lifecycle tasks in order to check everything is OK:
    1. Create the project JAR: make build
    2. Run the tests and plugins verification tasks: make test
  6. Start developing!

☝️ How to update dependencies

  • Gradle (releases): ./gradlew wrapper --gradle-version=WANTED_VERSION --distribution-type=bin

💡 Related repositories

Java

🐘 PHP

🧬 Scala

You can’t perform that action at this time.