Appli Flutter se connecte bien à l'API.

This commit is contained in:
DahoudG
2025-09-12 03:15:21 +00:00
parent 8184bc77bb
commit 3df010add7
33 changed files with 3124 additions and 339 deletions

View File

@@ -80,15 +80,18 @@ quarkus:
"%dev":
quarkus:
datasource:
username: unionflow_dev
password: dev123
db-kind: h2
username: sa
password: ""
jdbc:
url: jdbc:postgresql://localhost:5432/unionflow_dev
url: jdbc:h2:mem:unionflow_dev;DB_CLOSE_DELAY=-1;MODE=PostgreSQL
hibernate-orm:
database:
generation: drop-and-create
log:
sql: true
flyway:
migrate-at-start: false
log:
category:
"dev.lions.unionflow": DEBUG