view spring-boot-playground/src/main/resources/application.properties @ 11:f3f9102ef7c0

Noch ein Test mit der in-memory Datenbank: diesmal wird ein Testdatensatz vorher rein geladen, der dann im Test geholt wird.
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 17:33:20 +0200
parents 29e2e914c4cd
children
line wrap: on
line source

spring.datasource.url = jdbc:h2:./target/db/unittest;AUTO_SERVER=true
spring.liquibase.changelog = classpath:liquibase/changelog.xml
spring.main.banner-mode = off