Fix #47 - Correct H2 database url

This commit is contained in:
jamesagnew
2019-08-13 13:52:09 -04:00
parent 657eaf7758
commit 93a956f4a0

View File

@@ -32,7 +32,7 @@ logger.format=Path[${servletPath}] Source[${requestHeader.x-forwarded-for}] Oper
logger.error_format=ERROR - ${requestVerb} ${requestUrl}
logger.log_exceptions=true
datasource.driver=org.h2.Driver
datasource.url=jdbc:h2:file:target/jpaserver_derby_files
datasource.url=jdbc:h2:file:./target/database/h2
datasource.username=
datasource.password=
server.name=Local Tester