Initial commit

This commit is contained in:
dahoud
2025-10-01 01:37:34 +00:00
commit f2bb633142
310 changed files with 86051 additions and 0 deletions

5
.env.clean Normal file
View File

@@ -0,0 +1,5 @@
# Configuration temporaire pour nettoyage
DB_GENERATION=drop-and-create
QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION=drop-and-create
QUARKUS_LOG_LEVEL=INFO
QUARKUS_HIBERNATE_ORM_LOG_SQL=true