ervu-dashboard-frontend/config/patches/system/add-postgresql-driver.cli
Халтобин Евгений 71ea421eac initial commit
2024-08-21 12:23:42 +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" \
)