Create datasource.properties file

This commit is contained in:
azhwani 2020-05-26 15:34:02 +01:00
parent f93b433ed8
commit 33ba33867f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
ds.type=javax.sql.DataSource
ds.driver=org.h2.Driver
ds.url=jdbc:jdbc:h2:mem:testdb
ds.user=sa
ds.password=password