Skip to content

Instantly share code, notes, and snippets.

@ptiringo
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptiringo/7806712978a3e79d1d9c to your computer and use it in GitHub Desktop.
Save ptiringo/7806712978a3e79d1d9c to your computer and use it in GitHub Desktop.
DataSource Resource Definiton
<data-source>
<name>java:app/jdbc/HogeSystem</name>
<class-name>org.h2.jdbcx.JdbcDataSource</class-name>
<url>jdbc:h2:file:~/hogesystem</url>
<user>sa</user>
<password>password</password>
</data-source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment