view spring-boot-playground/src/main/resources/application.properties @ 6:d57d0c6a841b

Einbau von liquibase zum Erzeugen des Schemas
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 13 Aug 2020 16:18:20 +0200
parents
children 5870f5695e43
line wrap: on
line source

spring.datasource.url = jdbc:h2:~/unittest;AUTO_SERVER=true

spring.liquibase.changelog = classpath:liquibase/changelog.xml