Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
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