LoginSignup
0
0

More than 5 years have passed since last update.

備忘録メモ WildFlyのJDBCドライバにpostgresqlを追加

Posted at

※備忘録メモです

前提

~/wildfly-10.1.0.Final/bin 配下にJDBCドライバjarが格納されていること。

手順


module add --name=org.postgresql --resources=postgresql-42.1.1.jar --dependencies=javax.api,javax.transaction.api

/subsystem=datasources/jdbc-driver=postgresql:add(driver-module-name=org.postgresql,driver-name=postgresql,driver-class-name=org.postgresql.Driver)

/subsystem=datasources/jdbc-driver=postgresql:read-resource
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0