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:
@@ -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
|
||||
Reference in New Issue
Block a user