I am trying to set up a MySQL Datasource for a Wildfly 8.2 and need to add a connection-property to the data source.
The connection-property is the tag in the standalone.xml
.
CLI Command:
data-source add --name=mysqlDS --driver-name=mysql --jndi-name=jndi
--connection-url=url --user-name=user --password=password
Whats the command argument to add the connection property and how to set it up?