Skip to content

Instantly share code, notes, and snippets.

@yostane
Created January 28, 2021 15:29
Show Gist options
  • Select an option

  • Save yostane/80e22eee8fda0de63f9e1fe5d5bf2b4f to your computer and use it in GitHub Desktop.

Select an option

Save yostane/80e22eee8fda0de63f9e1fe5d5bf2b4f to your computer and use it in GitHub Desktop.
<?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