Added another context configuration file. Made the datasource config property more obvious.
This commit is contained in:
4
resources/test/WEB-INF/classes/datasource.properties
Normal file
4
resources/test/WEB-INF/classes/datasource.properties
Normal file
@ -0,0 +1,4 @@
|
||||
dataSourceClassName=org.h2.jdbcx.JdbcDataSource
|
||||
dataSource.url=jdbc:h2:mem:
|
||||
dataSource.user=test
|
||||
dataSource.password=test
|
Reference in New Issue
Block a user