ervu-dashboard-backend/config/patches/system/add-postgresql-driver.cli
Халтобин Евгений c43cf85dec initial commit
2024-08-21 12:20:40 +03:00

5 lines
203 B
Text

/subsystem=datasources/jdbc-driver=postgresql:add( \
driver-name="postgresql", \
driver-module-name="org.postgresql", \
driver-xa-datasource-class-name="org.postgresql.xa.PGXADataSource" \
)