Fix MissingReflectionRegistrationError
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h1m18s

This commit is contained in:
2025-01-31 22:52:32 +01:00
parent cd38b91021
commit 499735222d
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes:
- postgres_data:/var/lib/postgresql/data # Persist data across container restarts - postgres_data:/var/lib/postgresql/data
volumes: volumes:
postgres_data: postgres_data:

View File

@ -12,5 +12,11 @@
] ]
} }
] ]
},
{
"name": "java.util.UUID[]",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"unsafeAllocated": true
} }
] ]