java-ddd-example icon indicating copy to clipboard operation
java-ddd-example copied to clipboard

♨️ DDD in Java skeleton & examples. Course:

Results 24 java-ddd-example issues
Sort by recently updated
recently updated
newest added

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...