diff --git a/docker-compose.yml b/docker-compose.yml index 1e437a0..2111160 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: ports: - "5432:5432" volumes: - - postgres_data:/var/lib/postgresql/data # Persist data across container restarts + - postgres_data:/var/lib/postgresql/data volumes: postgres_data: \ No newline at end of file diff --git a/src/main/resources/META-INF/native-image/reflect-config.json b/src/main/resources/META-INF/native-image/reflect-config.json index 0826f62..de18b48 100644 --- a/src/main/resources/META-INF/native-image/reflect-config.json +++ b/src/main/resources/META-INF/native-image/reflect-config.json @@ -12,5 +12,11 @@ ] } ] + }, + { + "name": "java.util.UUID[]", + "allDeclaredConstructors": true, + "allPublicConstructors": true, + "unsafeAllocated": true } ]