view spring-boot-playground/src/main/resources/application.properties @ 13:a633d0623278

Die Sequenz startet bei 1 und wird auch nur um 1 erhoeht
author Dirk Olmes <dirk.olmes@codedo.de>
date Fri, 14 Aug 2020 08:13:57 +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