java-ddd-example
java-ddd-example copied to clipboard
♨️ DDD in Java skeleton & examples. Course:
Parameter 0 of constructor in tv.codely.apps.mooc.backend.config.MoocBackendServerConfiguration required a bean of type 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping' that could not be found. El error se da cuando se lanza un comando que no requiere el...
Hi! I'm just trying to follow the 'how to start' section of the README.md but I've faced a couple of problems. My Java version is 11.0.15 (since the README says...
This PR is for lesson 3 of the CQRS course
This PR is for lesson 2 of the CQRS course
Create UseCase to rename a course using a domain service
Sometimes the randomly generated password for the `AuthenticateUserCommand` matches the randomly generated `AuthUser` password. Because of this, the `throw_an_exception_when_the_password_does_not_match` test fails. This issue has been fixed and the GH Actions...
[WIP] I'm using this branch to implement each of the features of each step.