Last active
August 29, 2015 14:07
-
-
Save altfatterz/a86d8630173f65f7e6e2 to your computer and use it in GitHub Desktop.
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
... | |
<subsystem xmlns="urn:jboss:domain:datasources:2.0"> | |
<datasources> | |
<datasource jndi-name="java:jboss/datasources/MySQLDataSource" pool-name="MySQLDataSourcePool" enabled="true" use-java-context="true"> | |
<connection-url>jdbc:mysql://localhost/test</connection-url> | |
<driver>mysql</driver> | |
</datasource> | |
<drivers> | |
<driver name="mysql" module="com.mysql"> | |
<datasource-class>com.mysql.jdbc.Driver</datasource-class> | |
</driver> | |
</drivers> | |
</datasources> | |
</subsystem> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment