Refactoring

This commit is contained in:
dahoud
2026-01-24 09:33:59 +00:00
parent c5a65bab5b
commit 9d5e388efa
8 changed files with 166 additions and 6 deletions

View File

@@ -91,6 +91,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jsonb</artifactId>
</dependency>
<!-- Flyway pour les migrations SQL automatiques -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>