Created
January 28, 2021 15:29
-
-
Save yostane/80e22eee8fda0de63f9e1fe5d5bf2b4f 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
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <datasources> | |
| <datasource jndi-name="java:/jeeds" pool-name="ExampleDS" enabled="true" | |
| use-java-context="true" | |
| statistics-enabled="true"> | |
| <connection-url>jdbc:h2:~/test</connection-url> | |
| <driver>h2</driver> | |
| <security> | |
| <user-name>sa</user-name> | |
| <password>sa</password> | |
| </security> | |
| </datasource> | |
| <drivers> | |
| <driver name="h2" module="com.h2database.h2"> | |
| <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class> | |
| </driver> | |
| </drivers> | |
| </datasources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment