Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created September 19, 2016 11:33
Show Gist options
  • Save dileeph/5e23aae508187e20c5cafe22d4235384 to your computer and use it in GitHub Desktop.
Save dileeph/5e23aae508187e20c5cafe22d4235384 to your computer and use it in GitHub Desktop.
adding mysql driver to jboss wildfly 10
module add -–name=com.mysql –-resources=mysql-connector-java-5.1.38.jar –-dependencies=javax.api,javax.transaction.api
/subsystem=datasources/jdbc-driver=mysql:add(driver-name="mysql",driver-module-name="com.mysql",driver-class-name=com.mysql.jdbc.Driver)
@emimarz
Copy link

emimarz commented May 20, 2017

no work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment