Fix broken build

Commit c85f4df0ee broke the build as some tests are expecting HSQL to be
used. We now specify the name of the database rather than specifying the
jdbc url.
This commit is contained in:
Stephane Nicoll
2015-09-08 16:16:13 +02:00
parent ac582709e7
commit 5453f7c59c

View File

@@ -1,2 +1,2 @@
spring.datasource.url: jdbc:hsqldb:mem:scratchdb
spring.jmx.default_domain: jpa.sample
spring.datasource.name=.name=scratchdb
spring.jmx.default_domain=jpa.sample