wildfly-postgresql
Directory actions
More options
Directory actions
More options
wildfly-postgresql
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Wildfly configured with PostgreSQL data source. Datasource properties: - postgres.ipaddress - postgres database ip address - postgres.port - postgres port - postgres.database - database name - postgres.username - database user - postgres.password - database password Properties are specified in the command line as follow: -Dpostgres.ipaddress=127.0.0.1 -Dpostgres.port=3306 -Dpostgres.database=db_name -Dpostgres.username=root -Dpostgres.password=postgres