Fix MissingReflectionRegistrationError
All checks were successful
Build and Push Docker Image on Tag / Build and Push Docker Image (push) Successful in 2h1m18s
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:
@ -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:
|
@ -12,5 +12,11 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "java.util.UUID[]",
|
||||
"allDeclaredConstructors": true,
|
||||
"allPublicConstructors": true,
|
||||
"unsafeAllocated": true
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user