view spring-boot-playground/src/main/resources/application.properties @ 14:4594ff529ab1

Noch ein Test ganz ohne Spring hinzugefuegt.
author Dirk Olmes <dirk.olmes@codedo.de>
date Mon, 17 Aug 2020 14:39:26 +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