ervu-lkrp-fl/config/patches/system/add-postgresql-driver.cli

6 lines
203 B
Text
Raw Normal View History

2024-06-11 11:39:10 +03:00
/subsystem=datasources/jdbc-driver=postgresql:add( \
driver-name="postgresql", \
driver-module-name="org.postgresql", \
driver-xa-datasource-class-name="org.postgresql.xa.PGXADataSource" \
)