keycloak/keycloak
Convert user jpa example to not use persistence.xml
Aperta
#27.320 aperta il 27 feb 2024
area/storagehelp wantedkind/taskteam/cloud-nativeteam/core-shared
Metriche repository
- Star
- (34.398 stelle)
- Metriche merge PR
- (Merge medio 6g 19h) (384 PR mergiate in 30 g)
Descrizione
Description
Based upon #25384 it is recommended to not use a persistence.xml file - see the property options here https://quarkus.io/guides/hibernate-orm
Using the quarkus configuration will also allow for environment variable resolution as was desired in #25384.