mapToDTO and mapToEntity

This commit is contained in:
Alexis Leboeuf
2026-01-06 15:09:52 +01:00
parent d38b88e68c
commit f90387ba45
6 changed files with 99 additions and 56 deletions

View File

@@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webmvc</artifactId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
@@ -97,6 +97,11 @@
<artifactId>spring-boot-starter-thymeleaf-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>