build: use in-memory database for tests

This commit is contained in:
Gauthier Roebroeck 2020-03-17 10:50:21 +08:00
parent c6ac3beabe
commit 8f160eda92

View file

@ -1,6 +1,8 @@
application.version: TESTING
spring:
datasource:
url: jdbc:h2:mem:testdb
flyway:
enabled: true
jpa: