Java & SpringBoot: Example DTO pattern with ModelMapper lib [Ep 22 - BONUS LESSON]

Описание к видео Java & SpringBoot: Example DTO pattern with ModelMapper lib [Ep 22 - BONUS LESSON]

Welcome back to our Java & SpringBoot tutorial series! In episode 22, we're going to create an example of the DTO pattern, and we'll use the ModelMapper library to automatically map entities to DTOs!😊

Git Repository❤️: https://github.com/Lorebitryo/school-...

⚠️⚠️⚠️⚠️⚠️
WARNING: If you watched only this episode maybe you're missing this configuration inside your application.properties:

#JPA
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update

This configuration enables JPA to update your DB if there are new entities and relations!
⚠️⚠️⚠️⚠️⚠️

Комментарии

Информация по комментариям в разработке