Added another context configuration file. Made the datasource config property more obvious.

This commit is contained in:
Jonathan Bernard
2015-03-23 04:08:54 -05:00
parent fb722a898e
commit a83d8e4dd8
8 changed files with 29 additions and 8 deletions

View File

@ -0,0 +1,4 @@
dataSourceClassName=org.h2.jdbcx.JdbcDataSource
dataSource.url=jdbc:h2:mem:
dataSource.user=test
dataSource.password=test