Created
September 19, 2016 11:33
-
-
Save dileeph/5e23aae508187e20c5cafe22d4235384 to your computer and use it in GitHub Desktop.
adding mysql driver to jboss wildfly 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no work for me