java-ddd-example
java-ddd-example copied to clipboard
♨️ DDD in Java skeleton & examples. Course:
Se actualiza la versión del conector de Mysql, debido a que tenía un bug con los LocalDate/LocalDateTime y almacenaba la fecha de forma incorrecta. (Para los LocalDate almacenaba el día...
When generating the jar, the project does not find the database xml, because they recommend deploying the project using gradle and not the jar.
``` FAILURE: Build failed with an exception. * What went wrong: Cannot locate tasks that match ':run' as task 'run' not found in root project 'java-dd-example'. * Try: > Run...