JBoss: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
Estrazione da: | |||
https://www.extraordy.com/installiamo-un-datasource-postgresql-in-jboss-eap-7-0/ | |||
[root@jboss bin]# ./jboss-cli.sh -c | [root@jboss bin]# ./jboss-cli.sh -c | ||
[standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar | [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar |
Versione attuale delle 20:29, 8 apr 2025
Estrazione da:
https://www.extraordy.com/installiamo-un-datasource-postgresql-in-jboss-eap-7-0/
[root@jboss bin]# ./jboss-cli.sh -c [standalone@localhost:9990 /] module add --name=org.postgresql --resources=/opt/postgresql-42.7.5.jar [jboss@jboss main]$ /opt/jboss/bin/jboss-cli.sh -c [standalone@localhost:9990 /] /subsystem=datasources/jdbc-driver=postgresql:add(driver-name=postgresql, driver-module-name=org.postgresql) {"outcome" => "success"}